Skip to content

Commit

Permalink
README.md - add link to youtube playlist (#30)
Browse files Browse the repository at this point in the history
Addressing #3
  • Loading branch information
Optimoos authored Sep 30, 2022
1 parent 9307f5e commit 03c2c23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Creating a NES emulator in the [jakt](https://github.com/SerenityOS/jakt) programming language.

## Videos

[JT](https://github.com/jntrnr) has documented a lot of their work on Jakt NES Monster in a [playlist](https://www.youtube.com/playlist?list=PLP2yfE2-FXdQBRpnZbcObTe33-eSeSRYl) on their YouTube channel, [Systems with JT](https://www.youtube.com/c/SystemswithJT/featured).

# Building

Make sure you have libsdl2+SDL2 headers installed, and build and install the jakt compiler into your PATH.

## Building using jakt directly
Expand Down

0 comments on commit 03c2c23

Please sign in to comment.