A revival of the classic game Stunts 4D Driving with 8086 CPU and DOS emulation in Haskell
- OS: Windows/Linux/OSX
- Graphics: OpenGL 3.3 or better
i.e. on Ubuntu:
sudo apt install libgl1-mesa-dev libxi-dev libxcursor-dev libxinerama-dev libxrandr-dev zlib1g-dev libpulse-dev libalut-dev libopenal-dev
For other Linux distributions make sure the corresponing packages are installed.
These libraries required for OpenGL development and OpenAL audio library.
svn co svn://anders-e.com/restunts/trunk/restunts
To compile you will need Haskell Stack.
stack setup
stack build
stack exec stuntsemulator