Skip to content

Commit

Permalink
add idx section
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Jun 14, 2024
1 parent caaa2b6 commit 447db07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

<img src="https://github.com/donno2048/snake/actions/workflows/update.yml/badge.svg"/>

<a href="https://idx.google.com/import?url=https%3A%2F%2Fgithub.com%2Fdonno2048%2Fsnake"><img src="https://cdn.idx.dev/btn/open_dark_32.svg"></a>

This is an x86 snake game made for DOS.

The game was [covered on Hackaday](https://hackaday.com/2023/08/03/its-snake-in-a-qr-code-but-smaller/).
Expand All @@ -14,6 +12,10 @@ The game was [covered on Hackaday](https://hackaday.com/2023/08/03/its-snake-in-

To test the code you can view the online [demo](https://donno2048.github.io/snake/) which updates for every change in [snake.asm](/snake.asm) (Use your arrow keys on PC or swipe on mobile).

### Building on IDX

<a href="https://idx.google.com/import?url=https%3A%2F%2Fgithub.com%2Fdonno2048%2Fsnake"><img src="https://cdn.idx.dev/btn/open_dark_32.svg"></a>

### Self-hosting

If you want to test the code yourself you need to install the requirements for the build process and run it on your computer.
Expand Down

0 comments on commit 447db07

Please sign in to comment.