Skip to content

williamniemiec/PokeMaze

Repository files navigation

logo

PokeMaze

Maze game with Pokémon theme.

Windows build Cpp compatibility License Release


❇ Introduction

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.

✔ Requirements

Environment

Ubuntu

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

Run

  1. cmake -G "Unix Makefiles"
  2. make
  3. ./bin/pokemaze

🎮 Controls

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

🖼 Gallery

gif1

gif2

gif3

gif4

🚩 Changelog

Details about each version are documented in the releases section.

🤝 Contribute!

See the documentation on how you can contribute to the project here.

📁 Files

/

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