https://github.com/synthetic-borealis/go-hangman
A simple hangman game written in Go.
https://github.com/synthetic-borealis/go-hangman
Last synced: 4 months ago
JSON representation
A simple hangman game written in Go.
- Host: GitHub
- URL: https://github.com/synthetic-borealis/go-hangman
- Owner: synthetic-borealis
- Created: 2023-02-07T15:50:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T09:59:52.000Z (over 2 years ago)
- Last Synced: 2024-12-31T09:18:04.279Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Hangman
A basic hangman game written in Go## Instructions
1. Run `go run hangman.go` to run the game.