Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nate1729/hangman
https://github.com/nate1729/hangman
c89 from-scratch handmade
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nate1729/hangman
- Owner: Nate1729
- Created: 2024-04-11T23:10:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T22:51:51.000Z (8 months ago)
- Last Synced: 2024-10-13T17:21:39.957Z (3 months ago)
- Topics: c89, from-scratch, handmade
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman
Creating a commmand-line version of the game, in C89, no libraries.
I was inspired by [Molly Rocket](https://www.youtube.com/channel/UCaTznQhurW5AaiYPbhEA-KA)
and [Handmade Network](https://handmade.network/) to try and make something
from the ground up. I highly recommend checking out both places, there are
some amazing projects from both places.# Fun Stuff That I've learned
- text manipulation in C requires serious forethought
- I guess in linux, text files typically have a `\n` character put on the end