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

https://github.com/computermouth/astro-aegis


https://github.com/computermouth/astro-aegis

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## ASTRO AEGIS

![ASTRO AEGIS](screenshots/screenshot000.png "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)*