DISCLAIMER:
Welcome to raylib 9 years gamejam template!
This template provides a base structure to start developing a small raylib game in plain C for the raylib 9 years gamejam, considering the requested restrictions:
- Game must be 256x256 pixels screen size
- Game must be compiled for web
NOTE: Several GitHub Actions workflows have been preconfigured to automatically build your game for Windows, Linux and WebAssembly on each commit. Those workflows automatically sync with latest version of raylib available to build.
The repo is also pre-configured with a default LICENSE (zlib/libpng) and a README.md (this one) to be properly filled by users. Feel free to change the LICENSE as required.
All the sections defined by $(Data to Fill) are expected to be edited and filled properly. It's recommended to delete this disclaimer message after editing this README.md file.
This template has been created to be used with raylib (www.raylib.com) and it's licensed under an unmodified zlib/libpng license.
Copyright (c) 2022 Ramon Santamaria (@raysan5)
This game is a roguelite dungeon crawler with zelda-style gameplay. Fight your way through the dungeon defeating enemies and collecting items. Level up your character to become stronger and take the following floors with ease. If you die you have to start over, but you keep your attributes. Can you reach the floor 30, slay the guardian and come back to the surface alive?
- Fight in a large dungeon with incresing difficult
- Level up your character and make it stronger
- Randomly generated maps
- Use melee, ranged, and magic weapons
- Some easter eggs / references to other games
Keyboard:
Arrow keys or WSAD - Move
Z or O - Attack / use item
X or P - Swap selected item for the item on the floor
Space - Climb stairs
1 - 6 - Select item)
TODO: Show your game to the world, animated GIFs recommended!.
- Space.cpp
- YouTube Gameplay: https://www.youtube.com/watch?v=_ejwCprKsKE
- itch.io Release: https://spacecpp.itch.io/the-chaotic-dungeon
- Steam Release: $(Steam Game Page)
This game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.
$(Additional Licenses)
Copyright (c) $(Year) $(User Name) ($(User Twitter/GitHub Name))
