https://github.com/justinmeiners/shamans
A 3D turn-based strategy game for the iPad.
https://github.com/justinmeiners/shamans
3d c graphics ios ipad opengl opengl-es opengles video-game
Last synced: over 1 year ago
JSON representation
A 3D turn-based strategy game for the iPad.
- Host: GitHub
- URL: https://github.com/justinmeiners/shamans
- Owner: justinmeiners
- License: gpl-3.0
- Created: 2019-02-28T03:02:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T00:54:33.000Z (over 6 years ago)
- Last Synced: 2025-03-20T21:13:26.858Z (over 1 year ago)
- Topics: 3d, c, graphics, ios, ipad, opengl, opengl-es, opengles, video-game
- Language: C
- Homepage: https://justinmeiners.github.io/shamans/
- Size: 32.6 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shamans

## Structure
- `assets/` source files for game data (PSDs, blender, etc).
- `data/` built game data such as models, textures, etc.
- `docs/` a postmordem about the project.
- `source/engine/` portable game and engine code.
- `source/platform/` API or platform-specific modules.
- `platform/` platform specific code, assets, and project files.
- `tools/` asset creation tools such as scripts for Blender.
## Game Data
To run the game, you will need to acquire the game data.
[Contact me](https://justinmeiners.github.io) if you are interested in discussing this further.
# License
The code is licensed under [GPL](LICENSE).