A little game I made for a game-jam
|
||
---|---|---|
assets | ||
.gitignore | ||
check_all_tomls.pl | ||
game.pl | ||
game.pl.toml | ||
LICENSE | ||
README |
this game has been written in Perl. It has perl dependencies # cpanm TOML File::Slurper Curses Note that 'Curses dev files' may need to be installed as Curses module relies on <curses.h> to build (it is a 'perl-lish' wrapper around the C one) eg some command like # package-manager install curses-dev but for your situation and relevent package Note: this game is intended for mature audeninces due to the SHOCKING material found in it e.g. regicide also, the code ~base~ is a big hot mess, so if I touch it again, I'll do it proper now that I have an idea of what not to do. spaghetti code everywhere... ... ahahaha.... I advise against looking at the 'assets' dir (or the single program) until you beat the game or you'll spoil yourself, if you care about that kind of thing does write to a file called 'jjakkes-fernando-game.save.toml' in the current directory when you save. this game *needs* *at LEAST* a terminal resolution of 80x40. it won't work other wise and resizing the game while it is playing is ... bad ...I don't know how to fix it.