Skip to content

phlipsi/labyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE

Labyrinth

This is a game written in C++ using SDL2 during the Global Game Jam 2021. Summary from Global Game Jam project page:

Two dimensional labyrinths are very easy. But unfortunately our little friend has to find its breakfast in a three dimensional labyrinth. This can't be solved alone! So fetch your best buddy and navigate this cute animal together to its meal.

Build

In order to build this project you need

Unfortunately the whole build process is very GNU/Linux centric. With properly installed pkg-config files the build simply is

> mkdir build && cd build
> cmake -DCMAKE_INSTALL_PREFIX=<Destination> ..
> make
> make install

You need to start the game server in order to play the game:

> ./server

Player now join a game on the server by starting

> ./client [--no-music] [--server=<HOSTNAME>[:<PORT>]] [--username=<USERNAME>]

Attributions

  • Fabulous cave tileset "Pixel Fantasy Caves" by Szadi art. Thank you very much!
  • Fabulous bat gif by Jagvinder Singh, described in this video. Thank you very much!
  • Avara true type font, free for personal use
  • And last but not least: Music by my son Anton. Thank you very much!

Cover

Cover

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published