An open API service indexing awesome lists of open source software.

https://github.com/sepisoad/macqukae

macos specific quake1 engine based on quakespasm
https://github.com/sepisoad/macqukae

Last synced: over 1 year ago
JSON representation

macos specific quake1 engine based on quakespasm

Awesome Lists containing this project

README

          

# MacQuake

- this is a cleaned-up version of quakespasm that is easy to compile on MacOS (and it only works on MacOS)
- it's mainly for my debugging purpose
- it removes all the non necessary files from quakespasm to make navigation easy

## how to build
just run `make` command. if you want to build in debug mode please set DEBUG=1 in makefile

## how to run game
just run `macquake -basedir {PATH_TO_QUAKE_1_GAME_ASSET}`