mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
Super gameboy
This commit is contained in:
@@ -8,3 +8,9 @@ titleCaseStyle = 'none'
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
author = "authors"
|
||||
series = "series"
|
||||
|
||||
@@ -18,6 +18,7 @@ article.showWordCount = false
|
||||
article.showAuthorBottom = true
|
||||
article.showTaxonomies = true
|
||||
article.showRelatedContent = true
|
||||
article.seriesOpened = true
|
||||
article.relatedContentLimit = 3
|
||||
article.showHero = true
|
||||
article.showComments = true
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "A game(boy jam) story"
|
||||
description: ""
|
||||
series: ["A game(boy jam) story"]
|
||||
series_order: 1
|
||||
date: 2024-08-15
|
||||
tags: ["gameboy", "asm", "school", "gamejam"]
|
||||
draft: true
|
||||
@@ -286,7 +288,7 @@ writeNumber::
|
||||
|
||||
## Conclusion
|
||||
|
||||
I'm pretty happy of what we managed to archive in a single week-end with this game! We managed to make a super polished space shooter with an introduction cinematic, a boss & some cool music!
|
||||
I'm pretty happy of what we managed to achieve in a single week-end with this game! We managed to make a super polished space shooter with an introduction cinematic, a boss & some cool music!
|
||||
|
||||
Also, I said earlier that we thought it would be cool to play our game on real hardware. So we did:
|
||||
|
||||
@@ -299,6 +301,10 @@ It's our very own cartridge that reads the game from an EEPROM. The right image
|
||||
|
||||
> As said previously, segfault is not possible on the gameboy but we made a security mechanism when we jump at a weird place in memory to help us debug. This is this security screen that you are seeing in this image.
|
||||
|
||||
This catridge can also be used to play on a SNES by using the Super GameBoy!
|
||||
|
||||

|
||||
|
||||
You can play the game here:
|
||||
|
||||
<iframe title="Turbo Space Shooter" width="100%" style="aspect-ratio: 160/144;" allowfullscreen="true" src="https://wasmboy.app/iframe/?rom-url=./space_shooter.gbc&rom_name=TurboSpaceShooter"> </iframe>
|
||||
|
||||
BIN
content/blogs/gameboy-jam/super-gameboy.png
Normal file
BIN
content/blogs/gameboy-jam/super-gameboy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 456 KiB |
11
content/blogs/gameboy-jam2/index.md
Normal file
11
content/blogs/gameboy-jam2/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "A game(boy jam) story: Break the target"
|
||||
description: ""
|
||||
series: ["A game(boy jam) story"]
|
||||
series_order: 2
|
||||
date: 2024-08-20
|
||||
tags: ["gameboy", "asm", "school", "gamejam"]
|
||||
draft: true
|
||||
---
|
||||
|
||||
<!-- vim: set wrap: -->
|
||||
Reference in New Issue
Block a user