Maze game with Pokémon theme.
Simple Pokémon themed maze game. The goal is to get the Pokéball. To do this, the player must first find the pikachu to clear the way to the Pokéball. Charizard (dragon) indicates where the Pokéball is.
- Operating system: Ubuntu
- GLFW
- libpng
- SDL
- SFML library
- CMake
sudo apt-get install libsfml-dev
sudo apt-get install libsdl-image1.2-dev
sudo apt-get install libsdl-dev
sudo apt-get install libpng-dev
cmake -G "Unix Makefiles"
make
./bin/pokemaze
Command | Description |
---|---|
w |
Move up |
a |
Move left |
s |
Move down |
d |
Move right |
p |
Perspective projection |
o |
Parallel projection |
c |
Free camera mode |
ESC |
Pause / Continue game |
Left mouse button pressed + direction |
Moves player camera to direction |
Details about each version are documented in the releases section.
See the documentation on how you can contribute to the project here.
Name | Type | Description |
---|---|---|
data | Directory |
Application resources (objects, textures...) |
dist | Directory |
Released versions |
docs | Directory |
Documentation files |
include | Directory |
Class definitions |
lib | Directory |
Libraries the project uses |
media | Directory |
Application multimedia |
src | Directory |
Application source files |
test | Directory |
Application test files |