A strategy game inspired by the Atari 2600.
This game also has no textures as an added challenge.
Only Linux is supported right now.
I need to update this readme quite a bit.
You need:
- GCC or CLANG
- Opengl deleopment files
- git
Clone this repository by doing: git clone https://github.com/licktheroom/warship-opengl.git
Move into the warship directory, and run make
then run the executable created by doing ./warship
.
I know it's possible to build on Windows, but support at this stage is not promised.