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
- Host: GitHub
- URL: https://github.com/sepisoad/macqukae
- Owner: sepisoad
- License: gpl-2.0
- Created: 2025-02-24T19:37:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T13:38:45.000Z (over 1 year ago)
- Last Synced: 2025-03-08T14:26:36.830Z (over 1 year ago)
- Language: C
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.txt
- License: LICENSE.txt
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}`