Skip to content
/ Mazes Public

Travel through various mazes and destroy the robots. Push boxes and sweep up debris. This is one puzzle game you don't want to miss.

Notifications You must be signed in to change notification settings

AdsGames/Mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mazes

A simple maze Sokoban type game based developed while learning c++ game development with allegro.

Getting started

Windows (MSYS2)

Install Libraries

https://www.allegro.cc/files/?v=4.4

Build

cmake -G "MSYS Makefiles" .
make

Mac OS

Install Libraries

https://github.com/msikma/liballeg.4.4.2-osx

Build

cmake -G "Unix Makefiles" .
make

Linux

Install Libraries

sudo apt-get install liballegro4-dev libloadpng4-dev liblogg4-dev

Build

cmake -G "Unix Makefiles" .
make

About

Travel through various mazes and destroy the robots. Push boxes and sweep up debris. This is one puzzle game you don't want to miss.

Topics

Resources

Stars

Watchers

Forks

Languages