zydeco / Glypha

Modern port of Classic Mac OS game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac screenshot

This is a port of Glypha III from its Mac OS/QuickDraw version (1995) to modern operating systems.

Glypha III is a classic arcade game originally created by John Calhoun in which you are placed inside an Egyptian temple with only your lance and a winged steed to aid you. Here you are forced to do battle with Sphinxes in order to gain the honour of a place on the High Scores list. The game is based on Joust and features sound and the original animated graphics.

Build

(CMake 3.1+ is required)

macOS:

  1. make game

Windows:

  1. mkdir build
  2. cd build
  3. cmake -DCMAKE_BUILD_TYPE=Release ..
  4. cmake --build . --config Release

Linux:

  1. make qt

Ubuntu dependencies:

  1. Qt
  2. sudo apt install libgl1-mesa-dev

TODO

  • Use Metal on macOS? SpriteKit?

Links

About

Modern port of Classic Mac OS game

License:Other


Languages

Language:C++ 83.3%Language:Objective-C++ 11.0%Language:CMake 3.6%Language:C 1.6%Language:Makefile 0.4%