Development: Main development completed with intermittent improvements
This is a terminal based game written in Go, which is inspired by terminal hacking in Fallout 3. In this game, a 2d grid is filled with single 'dud' characters and words. The objective is to determine which word is the winning word in a limited number of guesses. Each incorrect guess will tell you how many of the selected letters are correct. A letter is correct if it has the same index and actual character as in the winning word. For example. if the winning word is book
and selected word is bang
, the selected word has one correct character.
Running this inside of cool-retro-term
is suggested because it looks sick. Just search cool-retro-term
on github, download the latest relase, build this from source, then run this in the new terminal.
Below is a run in cool-retro-term
:
![Screenshot 2025-01-22 at 5 16 23 PM](https://private-user-images.githubusercontent.com/22200799/405811788-5ad793ca-6147-46fb-abb5-56d03efec0a9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDY4MjEsIm5iZiI6MTczOTEwNjUyMSwicGF0aCI6Ii8yMjIwMDc5OS80MDU4MTE3ODgtNWFkNzkzY2EtNjE0Ny00NmZiLWFiYjUtNTZkMDNlZmVjMGE5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDEzMDg0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY2YTllNDM4ZDE5YjRmZDI2NzgzZTA5NDA5MGNjOTQ3NTVkYzNjM2ZlYzYzYzZhM2U4OWUyMTdkNjU1OTAyMzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vafEJSiuf4gDSN2Xped_v-HxxFRJfQjudz6pdZyaS6g)
This game is created with a very low-level drawing library called Termbox. Because of this, I had to program all navigation/animation functionaliy.
- Matt Maloney : matttm
If you want to contribute, just send me a message.