Skip to content

A terminal-based game where the player tries to crack a password.

License

Notifications You must be signed in to change notification settings

matttm/terminal-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal-hack

Development: Main development completed with intermittent improvements

Description

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

Design

This game is created with a very low-level drawing library called Termbox. Because of this, I had to program all navigation/animation functionaliy.

Authors

  • Matt Maloney : matttm

Contribute

If you want to contribute, just send me a message.

About

A terminal-based game where the player tries to crack a password.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages