Skip to content

v0.3.0 - Light package, true multiplateform, JavaFX gone

Latest
Compare
Choose a tag to compare
@notKamui notKamui released this 30 Aug 14:04
6e54eb8

This release contains a working 6502 CPU (NES's CPU) and runs a demo game.

The game is a simple Snake game, controlled by the arrow keys (up/left/down/right). You can quit the emulator by hitting ESC (escape).

To run the emulator, you need to have Java 8 (1.8) (or higher) installed on computer, then download the .jar below and run it with java -jar Nesuka-0.3.0.jar.

This release is way cleaner and lighter than the previous ones since the dependency on JavaFX is now gone. That also means that more accurate framerate management is now possible.