
System Shift
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Note: people say this doesn't work well on OSX and I'm not sure why. You can still try to compile it.
The goal of this game is to get as bigger score as possible (you get points by killing enemies) and escape alive from a dungeon that is constantly shape shifting. Your score is saved only on your machine so share your highscores in the comments if you want :)
Controls:
Arrows to move around
Numpad to shoot (you shoot to the direction the key is from 5)
Press h to show help (controls/legend)
Press q to close game (Auto lose)
Looks/Legend:
'@' is you
'#' are doors
'Y' are exits (just walk on it to escape)
'O' are enemies
'_' are dead enemies
Things I used:
C++11
My custom text based game engine
Atom text editor
P.s. Windows Cygwin users (this probably won't work on OSX) will have to build the game themselves (it's a single 'make' command)
P.s.s. If you have Windows 10 preview with Linux subsystem, you can run Linux binary "natively".
The goal of this game is to get as bigger score as possible (you get points by killing enemies) and escape alive from a dungeon that is constantly shape shifting. Your score is saved only on your machine so share your highscores in the comments if you want :)
Controls:
Arrows to move around
Numpad to shoot (you shoot to the direction the key is from 5)
Press h to show help (controls/legend)
Press q to close game (Auto lose)
Looks/Legend:
'@' is you
'#' are doors
'Y' are exits (just walk on it to escape)
'O' are enemies
'_' are dead enemies
Things I used:
C++11
My custom text based game engine
Atom text editor
P.s. Windows Cygwin users (this probably won't work on OSX) will have to build the game themselves (it's a single 'make' command)
P.s.s. If you have Windows 10 preview with Linux subsystem, you can run Linux binary "natively".