Skip to content

computermouth/astro-aegis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASTRO AEGIS

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 for further details.

$(Additional Licenses)

Copyright (c) 2023 Ben Young (@computermouth)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages