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
- Host: GitHub
- URL: https://github.com/boneill02/awol
- Owner: boneill02
- License: mit
- Created: 2020-04-01T19:02:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T21:26:14.000Z (over 3 years ago)
- Last Synced: 2025-01-24T20:43:50.668Z (over 1 year ago)
- Topics: c, game, game-dev, game-development, sdl2
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.