Skip to content

Commit

Permalink
updated the readme yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarschall committed Nov 9, 2023
1 parent 3111664 commit 31e4c2f
Showing 1 changed file with 7 additions and 33 deletions.
40 changes: 7 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,10 @@ Based on the awesome work of [Wasmboy](https://github.com/torch2424/wasmboy)

## Get Started

<svg fill="none" viewBox="0 0 800 600" width="800" height="600" xmlns="http://www.w3.org/2000/svg">
<foreignObject width="100%" height="100%">
<div xmlns="http://www.w3.org/1999/xhtml">
<style>
.container {
display: flex;
flex-direction: row;
}
.item {
}
img {
max-height: 100%;
min-width: 100%;
}
</style>
<div class="container">
<div class="item">
<p>Load your favorite game ROM</p>
<br>
<img src="./media/pwaboy_screen_0.png">
</div>
<div class="item">
<p>You can proceed your recent game, start a new one, or load saved one.</p>
<img src="./media/pwaboy_screen_1.png">
</div>
<div class="item">
<p>Use the controls aligned like the original gameboy.</p>
<img src="./media/pwaboy_screen_2.png">
</div>
</div>
</div>
</foreignObject>
</svg>
> 1) Load your favorite game via ROM file
> 2) After loading the ROM file, you can proceed your recent game, start a new one, or load a recent save.
> 3) Use the controls aligned like the original gameboy ones
<img src="./media/pwaboy_screen_0.png" width="200" style="margin: 20px;">
<img src="./media/pwaboy_screen_1.png" width="200" style="margin: 20px;">
<img src="./media/pwaboy_screen_2.png" width="200" style="margin: 20px;">

0 comments on commit 31e4c2f

Please sign in to comment.