You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Rednex Game Boy Development System: the de-facto ASM development toolkit for the
83
83
<br><br>
84
84
<p ><aclass="projectTitle"target="_blank"href="https://gbdev.io/gb-asm-tutorial/">ASM Tutorial </a> <aclass="github-button"target="_blank"href="https://github.com/gbdev/gb-asm-tutorial"data-icon="octicon-star"data-show-count="true"aria-label="Star gbdev/gb-asm-tutorial on GitHub">Star</a>
85
85
<span></span></p>
86
-
A (work in progress) tutorial on how to code in Assembly for the Game Boy, guiding readers from a basic Hello World, to making an Arkanoid clone, and ending with a Shoot-'Em-Up, touching upon everything you they to know to make a complete game. <br><br>
86
+
A (work in progress) tutorial on how to program for the Game Boy in assembly, touching on every aspect required to make Game Boy games, via a Hello World, constructing an Arkanoid clone, and capping off by making a playable Shoot-'Em-Up.<br><br>
87
87
<p ><aclass="projectTitle"target="_blank"href="https://github.com/gbdk-2020/gbdk-2020">GBDK 2020 </a> <aclass="github-button"target="_blank"href="https://github.com/gbdk-2020/gbdk-2020"data-icon="octicon-star"data-show-count="true"aria-label="Star gbdev/rgbds on GitHub">Star</a>
88
88
<span></span></p>
89
89
Maintained and modernized GBDK, the Game Boy Development Kit. Now powered by an updated version of the SDCC toolchain, provides a C compiler, assembler, linker and a set of libraries.
0 commit comments