Skip to content

AlexEne/rust-chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-chip8

Chip8 emulator in rust

This is written entirely on stream, recordings are available here:

https://www.youtube.com/playlist?list=PLPv6awLpSB_diKBY_95ip0jL1uT7i_rJP

How to play the games:

The entire chip8 keyboard is mapped like this:

Chip8 keyboard:

1 2 3 C
4 5 6 D
7 8 9 E
A 0 B F

Is mapped to:

1 2 3 4
Q W E R
A S D F
Z X C V

Tetris controls:

  • Q - Rotate piece
  • W - Move left
  • E - Move right
  • A - Fast drop

Invaders controls:

  • Q - Move left
  • E - Move right
  • W - Shoot weapon

About

Chip8 emulator in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages