Space maze - a game, built as final project for "Introduction to computer science" online course on EdX. Most of the source code was copied from my initial attempt on this project.
This game is built in Code::Blocks, using C++ and SDL2 library.
####Warning : Sprites for this game were made by a person without particular skills in graphics.
####Controls:
WASD or arrows for movement. Escape to exit from the game.
- Click "Download zip" button to the right.
- Extract downloaded zip to a folder.
- Open the WIP.exe.
- Download latest Code::Blocks from Codeblocks website (Compiler should be working with c++11 at least)
- Open up WIP.cbp in WIP folder.
- Compile.
- Run.