Skip to content

Releases: notKamui/Nesuka

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

30 Aug 14:04
6e54eb8
Compare
Choose a tag to compare

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.

v0.2.0 - Smaller package size, fat jar, and quicker start-up

26 Aug 12:38
257f6ad
Compare
Choose a tag to compare

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

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

To run the emulator, download one of the archives below (Nesuka-[version]-[plateform].zip), unarchive it, and run the script in bin/Nesuka(.bat).

You need to have Java 11 (or higher) installed on computer OR you can download the fat labeled versions that run as standalones.

v0.1.0 - Functional CPU and demo game

25 Aug 20:11
Compare
Choose a tag to compare

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

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

To run the emulator, download one of the archives below (Nesuka-0.1-[plateform].zip), unarchive it, and run the script in Nesuka-0.1/bin/Nesuka(.bat).

You need to have Java 11 (or higher) installed on computer.

Next versions will be considerably smaller.

(works on Linux and Windows, not on MacOS yet)