mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
doc: Remove the apps list and add a like to the Wiki
This commit is contained in:
parent
1ec95c896a
commit
9d6b1a576d
@ -41,6 +41,7 @@ pre {
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="http://godoc.org/github.com/hajimehoshi/ebiten"><img src="https://godoc.org/github.com/hajimehoshi/ebiten?status.svg" alt="GoDoc Reference"></a></li>
|
||||
<li><a href="https://github.com/hajimehoshi/ebiten/wiki">Wiki</a>
|
||||
</ul>
|
||||
|
||||
<h2>Features</h2>
|
||||
@ -119,14 +120,6 @@ func main() {
|
||||
<p>Run the <code>go run</code> command to start the
|
||||
game. There you have it, your first Ebiten game!</p>
|
||||
|
||||
<h2>Apps created with Ebiten</h2>
|
||||
<ul>
|
||||
<li><a href="https://github.com/peterhellberg/plasma">Plasma</a> by Peter Hellberg</li>
|
||||
<li><a href="https://github.com/hajimehoshi/go-inovation">go-inovation</a> by Hajime Hoshi</li>
|
||||
<li><a href="https://github.com/martinkirsche/wired-logic">Wired Logic</a> by Martin Kirsche</li>
|
||||
<li><a href="https://github.com/DrJosh9000/awakengine">AwakEngine</a> by Josh Deprez</li>
|
||||
</ul>
|
||||
|
||||
<h2>Change Log</h2>
|
||||
<p>See <a href="https://github.com/hajimehoshi/ebiten/releases">GitHub releases page</a>.</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user