Game-example Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "ForTheUsers - " to "Homebrew App Store - " |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
|author=Dontwait00 | |author=Dontwait00 | ||
|lastupdated=2018/09/11 | |lastupdated=2018/09/11 | ||
|type= | |type=Demos | ||
|version=1 | |version=1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/gameexamplenx.7z | ||
|website=https://gbatemp.net/threads/game-example-console-mode-game.517696/ | |website=https://gbatemp.net/threads/game-example-console-mode-game.517696/ | ||
|source=https://github.com/0d3n3h547v/game-example | |source=https://github.com/0d3n3h547v/game-example | ||
| Line 50: | Line 50: | ||
* GitHub - https://github.com/0d3n3h547v/game-example | * GitHub - https://github.com/0d3n3h547v/game-example | ||
* GBAtemp - https://gbatemp.net/threads/game-example-console-mode-game.517696/ | * GBAtemp - https://gbatemp.net/threads/game-example-console-mode-game.517696/ | ||
* | * Homebrew App Store - https://apps.fortheusers.org/switch/game-example | ||
Latest revision as of 10:41, 23 November 2025
| game-example | |
|---|---|
| General | |
| Author | Dontwait00 |
| Type | Demos |
| Version | 1 |
| License | Mixed |
| Last Updated | 2018/09/11 |
| Links | |
| Download | |
| Website | |
| Source | |
A very basic game-example homebrew written in C.
It was made entirely on Console Mode with no graphics and no sound.
Controls
Up/Down/Left/Right - Directions
A - Unknown still
Changelog
v1.0.0
- Finished adding walls.
- Fixed walls printf not accurate.
- Fixed Makefile.
v0.7
- Fixed all the bugs like:
- numbers printed on screen when touching end of the screen;
- player disappearing from the screen;
- collision worked only from the front of the player;
- player now cant get out of the screen using collision.
- ???
- profit.
v0.5
- Added wall using collision! (those XXXX are walls).
v0.3
- Added collision (was my first time using logic interpreters).
- Fixed minor bugs, still a lot of bugs.
v0.1
- Added player moving on screen; bugs everywhere.
External links
- GitHub - https://github.com/0d3n3h547v/game-example
- GBAtemp - https://gbatemp.net/threads/game-example-console-mode-game.517696/
- Homebrew App Store - https://apps.fortheusers.org/switch/game-example