Shensd / wine-or-cheese

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wine-or-cheese

A very early version of a game engine written with allegro

What is it?

This is an example game written in C++ with allegro in an expandable game engine style. Right now it only consists on a menu screen, but it will be expanded upon in the future.

How is it compiled?

So far this has been completly written and compiled on linux and has not been tested with any other operating systems, but it has been written in a way that it should cross compile without any difficulty.

  • The first step in to install the allegro libraries, this can be done following this guide
  • After that all that needs to be done is to run the make file included in the project
This project is licensed under the MIT open source license

About

License:MIT License


Languages

Language:C++ 98.3%Language:Makefile 1.7%