A casual coffee-break roguelike
Go to file
Linus Probert 7862b83cb6 Fixed conflicting mains for mingw build 2017-12-21 11:46:52 +01:00
assets Initial commit 2017-11-30 21:06:54 +01:00
cmake More cmake logic to improve the build 2017-12-13 12:09:04 +01:00
data Added enemy behaviour to lua and monster states. 2017-12-18 12:12:24 +01:00
src Fixed conflicting mains for mingw build 2017-12-21 11:46:52 +01:00
test Fixed a lot of stuff to help cross platform compilation 2017-12-19 21:00:02 +01:00
.appveyor.yml Fixed conflicting mains for mingw build 2017-12-21 11:46:52 +01:00
.gitignore Fixed for windows 2017-12-19 19:42:05 +01:00
.travis.yml Made linked list stupid and naive. Prepared for monster lua 2017-12-13 20:31:04 +01:00
.vimrc Fixed a lot of stuff to help cross platform compilation 2017-12-19 21:00:02 +01:00
CMakeLists.txt We don't use mixer so don't include it. 2017-12-20 20:26:57 +01:00
LICENSE.txt Initial commit 2017-11-30 21:06:54 +01:00
README.md Travis build icon in README 2017-12-05 08:42:27 +01:00
TODO.txt Log hits, kills and misses 2017-12-21 08:31:25 +01:00

README.md

Build Status Codacy Badge

Something in the ways of NETHACK

A simple nethack similar game written in C using SDL2.

Idea

Randomly generated maps/rooms. Leveling system, permadeath, multiple classes. Casual and fun for 10-15 minutes during a break from regular work/play.

I wanted to practice C and I'm comfortable using SDL2. The assets are graciously taken from the web. More info in the README in the assets folder.