Skip to content

quentin-dev/chipmunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chipmunk

A CHIP-8 emulator written in nim

Getting Started

Building

You can compile chipmunk two different ways:

  • nim c chipmunk.nim
  • nimble build

Running

You can run chipmunk with:

  • ./chipmunk path/to/rom

Development

While developing you can easily run chipmunk while compiling with:

  • nim c -r chipmunk.nim path/to/rom

Testing

You can run the tests using nimble:

  • nimble test

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages