-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
97 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.