Skip to content

Commit 4b120b9

Browse files
committed
home: add some links
1 parent 8d8056a commit 4b120b9

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

website/README.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,29 +60,37 @@ letter-spacing: -0.05em;">
6060

6161
<div style="letter-spacing: -0.025em; font-weight: 500; font-size: 20px;">
6262
<br>
63-
We are a non for profit collective of passionate developers and hackers working on development tools, homebrew games, emulators, preservation and documentation for the Nintendo Game Boy handheld console, the original gray brick from 1989. <br><br> Join us on <a target="_blank" href="https://github.com/gbdev">GitHub</a>, <a target="_blank" rel="me" href="https://mastodon.social/@gbdev">Mastodon</a>, <a target="_blank" href="https://twitter.com/gbdev0">Twitter</a> and <a target="_blank" href="https://discord.io/gbdev">Discord</a>!
63+
We are a non for profit collective of passionate developers and hackers working on development tools, homebrew games, emulators, preservation and documentation for the Nintendo Game Boy handheld console, the original gray brick from 1989. <br><br> Join us on <a target="_blank" href="https://github.com/gbdev">GitHub</a>, <a target="_blank" rel="me" href="https://mastodon.social/@gbdev">Mastodon</a>, <a target="_blank" href="https://twitter.com/gbdev0">Twitter</a> and <a target="_blank" href="https://discord.io/gbdev">Discord</a>.
6464
</div>
6565

6666
<div>
6767
<br>
6868

6969
# Projects
7070

71-
Here's a quick showcase of what we are up to:<br>
71+
Here's what we are up to:<br>
7272

7373
<p> <a class="projectTitle" target="_blank" href="https://gbdev.io/pandocs/">Pan Docs&nbsp;</a><a class="github-button" target="_blank" href="https://github.com/gbdev/pandocs" data-icon="octicon-star" data-show-count="true" aria-label="Star gbdev/awesome-gbdev on GitHub">Star</a>
7474
<span></span></p>
7575
The single, most comprehensive technical reference to Game Boy available to the public.
76-
<br><br>
77-
<p ><a class="projectTitle" href="resources.html">Awesome list&nbsp;</a> <a class="github-button" target="_blank" href="https://github.com/gbdev/awesome-gbdev" data-icon="octicon-star" data-show-count="true" aria-label="Star gbdev/awesome-gbdev on GitHub">Star</a>
76+
<br>
77+
78+
#### [Game Boy CPU Opcode tables](https://gbdev.io/gb-opcodes/optables)
79+
80+
<br>
81+
<p ><a class="projectTitle" href="resources.html">awesome-gbdev&nbsp;</a> <a class="github-button" target="_blank" href="https://github.com/gbdev/awesome-gbdev" data-icon="octicon-star" data-show-count="true" aria-label="Star gbdev/awesome-gbdev on GitHub">Star</a>
7882
<span></span></p>
7983
Curated list of Game Boy development resources such as tools, guides, technical documentation, tutorials, emulators, related projects and open-source ROMs. Everything you'll ever need to know and see about this console is here. <br>If you want to code an emulator, create your own game or simply dive into the software and hardware architecture of the Game Boy, this is the place!
8084
<br><br>
8185
<p ><a class="projectTitle" target="_blank" href="https://rgbds.gbdev.io/">RGBDS&nbsp;</a> <a class="github-button" target="_blank" href="https://github.com/gbdev/rgbds" data-icon="octicon-star" data-show-count="true" aria-label="Star gbdev/rgbds on GitHub">Star</a>
8286
<span></span></p>
8387
Rednex Game Boy Development System: the de-facto ASM development toolkit for the Game Boy and Game Boy Color.
84-
<br><br>
85-
<p ><a class="projectTitle" target="_blank" href="https://gbdev.io/gb-asm-tutorial/">ASM Tutorial&nbsp;</a> <a class="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>
88+
<br>
89+
90+
[hardware.inc](https://github.com/gbdev/hardware.inc) - Standard include file containing Game Boy hardware definitions for use in RGBDS projects.
91+
92+
<br>
93+
<p ><a class="projectTitle" target="_blank" href="https://gbdev.io/gb-asm-tutorial/">GB ASM Tutorial&nbsp;</a> <a class="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>
8694
<span></span></p>
8795
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>
8896
<p ><a class="projectTitle" target="_blank" href="https://github.com/gbdk-2020/gbdk-2020">GBDK 2020&nbsp;</a> <a class="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>
@@ -98,9 +106,22 @@ A community-led attempt to collect, archive and save every unofficial game, home
98106
<br><br>
99107
<p class="projectTitle"><a target="_blank" href="https://github.com/gb-archive">The Game Boy Archive</a>&nbsp;<img style="font-family: Monospace" height="22" src="https://img.shields.io/badge/dynamic/json.svg?label=mirrored%20projects&amp;url=https%3A%2F%2Fapi.github.com%2Forgs%2Fgb-archive&amp;query=public_repos&amp;style=flat-square"></p>
100108
Digital library of Game Boy related software, hardware and literature. Aimed to mirror and preserve old and fragmented contributions in the scene from the last three decades.
109+
<br><br>
110+
<p class="projectTitle" style="font-weight: 500">Events</p>
111+
112+
We host coding competitions in which anyone can partecipate by creating original games, demos, homebrews tools and music for the Game Boy and compete for glory and prizes.
113+
114+
[GB Competition '21](gbcompo21.html) - [GB Competition '23](gbcompo23.html)
101115

102116
</div>
103117

118+
<br>
119+
<smalL>
120+
121+
For Game Boy _Advance_ development, check [gbadev.net](https://gbadev.net).
122+
123+
</small>
124+
104125
<script>
105126
export default {
106127
mounted () {

0 commit comments

Comments
 (0)