An open API service indexing awesome lists of open source software.

https://github.com/boneill02/awol

a top down survival game prototype
https://github.com/boneill02/awol

c game game-dev game-development sdl2

Last synced: over 1 year ago
JSON representation

a top down survival game prototype

Awesome Lists containing this project

README

          

# AWOL

A 2D top down survival game.

## Building

To build normally:
`make -j3`

To build for debugging:
`CFLAGS="-Wall -std=c99 -pedantic -g" LDFLAGS="" make -j3`

## Playing

There is no goal at the moment nor many features. WASD keys move around.
That's all you can do at the moment. The art is definitely not final. This is
a hobby project to play around and practice programming, not meant to be a big
successful game, so don't expect much. Maybe you can learn something from the
code though!

## License

Copyright (C) 2019-2021 Ben O'Neill . License: MIT.
See LICENSE for more details.