https://github.com/computermouth/astro-aegis
https://github.com/computermouth/astro-aegis
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computermouth/astro-aegis
- Owner: computermouth
- License: zlib
- Created: 2023-12-03T17:57:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T02:42:42.000Z (over 2 years ago)
- Last Synced: 2025-02-05T11:36:11.254Z (over 1 year ago)
- Language: C
- Size: 4.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ASTRO AEGIS

### Description
A 3D take on Asteroids.
### Features
- $(Game Feature 01)
- $(Game Feature 02)
- $(Game Feature 03)
### Controls
Keyboard:
- $(Game Control 01)
- $(Game Control 02)
- $(Game Control 03)
### Screenshots
_TODO: Show your game to the world, animated GIFs recommended!._
### Build Requirements
- c compiler (native)
- emcc (web)
- make
- xxd and sed (resource embedding)
- the included fork of raylib, to allow loading glb's from memory without the free
### Building
1. checkout raylib @ tag `5.0` to ../raylib (from this file)
2a. native builds, build raylib, and `sudo make install`
2b. web builds , build raylib with `make PLATFORM=PLATFORM_WEB -B`
Note1: this project's `Makefile` will use the system installed library for native builds, and ../raylib/src/libraylib.a for `PLATFORM_WEB`
Note2: builds default to `BUILD_MODE=DEBUG`, which will include debug symbols and asan where possible
### Developers
- Ben Young (@computermouth) - Developer
- $(Developer 02) - $(Role/Tasks Developed)
### Links
- YouTube Gameplay: $(YouTube Link)
- itch.io Release: $(itch.io Game Page)
### License
This game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.
$(Additional Licenses)
*Copyright (c) 2023 Ben Young (@computermouth)*