Skip to content

Windows games someone wrote a long time ago.

Notifications You must be signed in to change notification settings

usman-khan-01/windows-games

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • C 1.8%
  • Makefile 0.8%