Skip to content

pooladkhay/HEXvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEXvaders

As soon as you see an invader, convert its hexadecimal value to binary and flip the bits using numbers 1 through 8 on your keyboard. Once the bit pattern matches the hex value of an invader, it gets shot. Remember, don't let the invaders reach the shooter line!

This is the terminal implementation of Flippy Bit And The Attack Of The Hexadecimals From Base 16.

Demo

Demo

Todo

  • Base game
  • Restart logic
  • Keep track of the highest score
  • Dynamically speed up the game at certain score points
  • Move all hard-coded ASCII characters and magic numbers to assets.rs

About

A CLI game that eventually teaches you the direct conversion of hexadecimal numbers to binary and vice versa

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages