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/


Download

Download
aqz5.tar.bz2 11 MB
Download
aqz5-debug.tar.bz2 11 MB

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:

  • /usr/include/GL/gl.h
  • /usr/include/GL/glew.h
  • 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.