vangodp / windows-games

Windows games someone wrote a long time ago.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#windows-games

Celda Celda Celda Battleship Battleship Tetris Tetris

This project uses http://winbgim.codecutter.org/

Requires the following depenencies:

sudo apt-get install make mingw-w64

To build the games:

make

Optionally build using docker:

alias make='docker-compose run --rm make'
make

The compiled games can then be run in windows or using wine:

wine 'battleship/Battle Spaceship.exe'
wine celda/final.exe
wine tetris/tetris.exe

About

Windows games someone wrote a long time ago.


Languages

Language:C++ 97.4%Language:C 1.8%Language:Makefile 0.8%