A 3D take on Asteroids.
- $(Game Feature 01)
- $(Game Feature 02)
- $(Game Feature 03)
Keyboard:
- $(Game Control 01)
- $(Game Control 02)
- $(Game Control 03)
TODO: Show your game to the world, animated GIFs recommended!.
- 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
- checkout raylib @ tag
5.0
to ../raylib (from this file) 2a. native builds, build raylib, andsudo make install
2b. web builds , build raylib withmake 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
- Ben Young (@computermouth) - Developer
-
$(Developer 02) - $ (Role/Tasks Developed)
- YouTube Gameplay: $(YouTube Link)
- itch.io Release: $(itch.io Game Page)
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)