Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekt authored Jul 26, 2020
1 parent 02a137c commit 3bd2e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SDLchip

A simple cross-platform [chip8](https://en.wikipedia.org/wiki/CHIP-8) implementation written in c using the [SDL2](https://www.libsdl.org/) graphics library.
* now with emscripten support (desktop only) [demo pwa](jarekt.github.io/sdlchip/index.html)
* now with emscripten support (desktop only) [demo pwa](https://jarekt.github.io/SDLchip/index.html)

## Precompiled executables
* check the releases tab
Expand Down Expand Up @@ -33,4 +33,4 @@ O - reset loaded cartridge
* a python script for converting files to c strings (so they can be compiled as part of the binary) - used for the Tetris demo

## Pictures
* ![running on linux](img/demo.png)
* ![running on linux](img/demo.png)

0 comments on commit 3bd2e3a

Please sign in to comment.