Skip to content

lostptr/chipo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chipo

A CHIP-8 emulator written in rust! As of today, it only works with pong...

Unorganized part

theres a submodule here to use pixels, dont forget to pull it!

  • Computer Keyboard:
1 2 3 4
Q W E R
A S D F
Z X C V
  • CHIP-8 Keyboard:
1 2 3 C
4 5 6 D
7 8 9 E
A 0 B F

Coverage

  • ✅ test_opcode.ch8
  • ❓ 1-chip8-logo.ch8
  • ✅ 3-corax+.ch8
  • ✅ 4-flags.ch8
  • ❌ 5-quirks.ch8
  • ✅ 6-keypad.ch8
  • ❓ BC_test.ch8
  • ✅ PONG
  • ⚪ TETRIS
  • ⚪ INVADERS

About

A CHIP-8 emulator written in rust! For learning purposes

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages