aqZ5
A downloadable game for Linux
AWSD keys to move around. Mouse to look around aim and left click to shoot.
The game might require these files at the given locations:
- /usr/lib/libGL.so
- /usr/lib/libGLEW.so
- /usr/lib/libSDL2.so
This is for OpenGL 3.3+
Devblog will be posted soon at https://jrcodes.wordpress.com/
Status | Released |
Platforms | Linux |
Author | sordidaugust |
Genre | Shooter |
Install instructions
To run the game launch aqz5. Another option is to compile the game yourself in which case you need sbcl and the following files:
since my code generates its own foreign function interface for OpenGL by parsing these. In the REPL type:
(asdf:load-system "conflux")
(in-package :progress)
and to launch the game:
(create-window)
Leave a comment
Log in with itch.io to leave a comment.