Skip to content

Commit

Permalink
Add games
Browse files Browse the repository at this point in the history
  • Loading branch information
jzeiber committed Oct 25, 2023
1 parent e39d89d commit ba55d75
Show file tree
Hide file tree
Showing 19 changed files with 97 additions and 2 deletions.
20 changes: 20 additions & 0 deletions site/static/carts/ioccc98flightsim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
author: Jeremy Zeiber
github: jzeiber
date: 2022-10-25
---

# IOCCC 98 Flight Sim

Port of IOCCC 98 Flight Sim to WASM-4

## Controls
- Direction buttons - flight controls / up/down in menu / move around in map view
- Button 1 - throttle up / select in menu / zoom out in map view
- Button 2 - throttle down / zoom in in map view
- Button 1 + Button 2 - exit flight mode back to menu, or exit map view back to flight mode
- Button 1 + Down - view map while in flight mode

View WASM-4 version source [here](https://github.com/jzeiber/wasm4-ioccc98flightsim).

Annotated source code of the original IOCCC 98 version can be found [here](https://github.com/Hadlock/c_banks_flightsim).
Binary file added site/static/carts/ioccc98flightsim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/static/carts/ioccc98flightsim.wasm
Binary file not shown.
8 changes: 6 additions & 2 deletions site/static/carts/meteoroids.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
author: jzeiber
author: Jeremy Zeiber
github: jzeiber
date: 2021-10-05
---

# Meteoroids
# Meteoroids

Use the gamepad buttons/arrow keys/mouse to move and shoot. Destroy and evade the meteoroids.

View source [here](https://github.com/jzeiber/wasm4-meteoroids).
17 changes: 17 additions & 0 deletions site/static/carts/starfighterarena.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
author: Jeremy Zeiber
github: jzeiber
date: 2022-10-25
---

# Starfighter Arena

A multi-player only space battle. Use the Starfighter Ship Creator to create your ship and use the generated security code to fight other players!

Use the direction pad to move/see scores. Use the gamepad buttons to show/hide the radar and shoot.

Your ship is constantly generating a small amount of energy. Moving, shooting, and getting hit will deplete your energy. You can see your energy reserves at the bottom of the screen. If your energy gets depleted and you are hit by an enemy, your ship will be destroyed.

There is currently no sound.

View source [here](https://github.com/jzeiber/wasm4-starfighterarena).
Binary file added site/static/carts/starfighterarena.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/static/carts/starfighterarena.wasm
Binary file not shown.
15 changes: 15 additions & 0 deletions site/static/carts/starfightercreator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
author: Jeremy Zeiber
github: jzeiber
date: 2022-10-25
---

# Starfighter Ship Creator

Create your starship to use in Starfighter Arena. Use the mouse to place vertices on the grid. Ships are horizontally symmetrical.

The left mouse button will perform the action selected on the right. The right mouse button will delete the vertex under the mouse. The middle mouse button will select the vertex under the mouse.

Use the generated security code to fly your starship in a multi-player battle in Starfighter Arena.

View source [here](https://github.com/jzeiber/wasm4-starfightercreator).
Binary file added site/static/carts/starfightercreator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/static/carts/starfightercreator.wasm
Binary file not shown.
13 changes: 13 additions & 0 deletions site/static/carts/tankbattle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
author: Jeremy Zeiber
github: jzeiber
date: 2022-10-25
---

# Tank Battle

A multi-player only tank battle. Drive your tank around the battlefield and destroy the enemy tanks.

Use the direction pad to move and the gamepad buttons to shoot and stop. Test your luck by driving over the mystery packages, but beware that not all are beneficial.

View source [here](https://github.com/jzeiber/wasm4-tankbattle).
Binary file added site/static/carts/tankbattle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/static/carts/tankbattle.wasm
Binary file not shown.
15 changes: 15 additions & 0 deletions site/static/carts/wasm4-city.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
author: Jeremy Zeiber
github: jzeiber
date: 2022-10-25
---

# WASM-4 City

Port of MicroCity for Arduboy to WASM-4 fantasy game console.

Use gamepad buttons and direction pad to move around/perform actions. There is currently no sound.

View WASM-4 version source [here](https://github.com/jzeiber/wasm4-city).

View the original Arduboy version source [here](https://github.com/jhhoward/MicroCity).
Binary file added site/static/carts/wasm4-city.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/static/carts/wasm4-city.wasm
Binary file not shown.
11 changes: 11 additions & 0 deletions site/static/carts/wasm4-rpg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
author: Jeremy Zeiber
github: jzeiber
date: 2022-10-25
---

# WASM-4 RPG

A simple RPG with leveling/inventory/quests/exploration and a huge procedurally generated map. Currently there is no sound and a limited variety of quests.

View source [here](https://github.com/jzeiber/wasm4-rpg).
Binary file added site/static/carts/wasm4-rpg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/static/carts/wasm4-rpg.wasm
Binary file not shown.

0 comments on commit ba55d75

Please sign in to comment.