1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00

Added two games.

This commit is contained in:
Cory Smith 2022-05-06 14:08:12 -05:00
parent 3e94e5e1f7
commit af3d29a19e
3 changed files with 36 additions and 2 deletions

BIN
downloads/legend-of-gx.zip Normal file

Binary file not shown.

BIN
downloads/santa.zip Normal file

Binary file not shown.

View file

@ -4,18 +4,52 @@
### In-progress
- [TerraQuest (GitHub)](https://github.com/MaxineHelsel/CDF-Quest)
The following games are still in development by their original author(s)/team(s).
**TerraQuest**
[TerraQuest (GitHub)](https://github.com/MaxineHelsel/CDF-Quest)
### Completed
*coming soon*
### Proof-of-Concepts
The following games are designed as visible examples demonstrating techniques, ideas and/or engines/frameworks.
**Sleighless**
Oh no! Santa has fallen out of the sleigh! Rudolph is gone and now Santa must save Christmas alone and... Sleighless! This is a [demonstration](https://boxgm.itch.io/sleighless) of the GX game engine's ability to export games built in QB64 to the web. [download](downloads/santa.zip) [more...](https://qb64forum.alephc.xyz/index.php?topic=4454.msg139230#msg139230)
---
Zelda - The Legend of GX
![ZeldaGX](https://qb64forum.alephc.xyz/index.php?action=dlattach;topic=4528.0;attach=18051;image)
Since there are a number of zelda projects currently in-progress, I thought I'd put together a little version as a shameless plug for GX. One of my current game projects is actually a NES mashup that will have crossover from a number of titles. So I already had the map built using the GX map editor. This version will let you walk the entire overworld map. As an example I've also implemented the lost woods maze. There are triggers on the map for all of the cave and dungeon entrances. At the moment this will take you to an empty cave map. (I haven't built any dungeon maps.) If you exit the cave it reloads the overworld map and puts you back in the right spot. [download](downloads/legend-of-gx.zip) [more...](https://qb64forum.alephc.xyz/index.php?topic=4528.0)
Resources:
- [Mister C!](https://jobit91.itch.io/mister-c): Animated 24x24 2d character Sprite Sheet of "Santa".
- [Winter Platformer Game Tileset](https://opengameart.org/content/winter-platformer-game-tileset): Free platformer game tileset with snow, winter, ice, and christmas theme.
- [Holiday Expansion Set](https://opengameart.org/content/holiday-expansion-set)
- [NES Shooter Music (5 tracks, 3 jingles)](https://opengameart.org/content/nes-shooter-music-5-tracks-3-jingles): This is a collection of chiptune tracks that I created for an abandoned NES-styled Shoot 'em Up. It covers a variety of moods, and could probably fit with all sorts of actiony genres.
### Game Engine
- [GX Game Engine (GitHub)](https://github.com/boxgaming/gx): GX is a basic game engine... literally. This is a Game(G) Engine(X) built with and for QB64, a QBasic/QuickBASIC IDE and compiler with modern extensions. GX supports basic 2D gaming: platformer, top-down, etc.... you know, classic NES/SNES type games.
The following entries are designed (hopefully) to make it easier for a QB64 game developer to get started actually building what they imagine without having to start at completely ground zero.
**GX Game Engine**
[GX](https://github.com/boxgaming/gx) is a basic game engine... literally. This is a Game(G) Engine(X) built with and for QB64. GX supports basic 2D gaming: platformer, top-down, etc.... you know, classic NES/SNES type games.
### Incomplete/Abandoned?
*coming soon*
### Resources
- [OpenGameArt.org](https://opengameart.org)
> Written a game in QB64? Get it added to this list! Please provide a screen shot, summary, download url, github url, discussion/forum url, etc.