Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 883 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 883 Bytes

HEXvaders

⚠️ I'm rewriting this game using rectext. If you ask why, please read this blog post I wrote.

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