Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nate1729/hangman


https://github.com/nate1729/hangman

c89 from-scratch handmade

Last synced: about 1 month ago
JSON representation

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