https://github.com/roundedtoken/hangman
Hangman game
https://github.com/roundedtoken/hangman
gamedev rss
Last synced: 3 months ago
JSON representation
Hangman game
- Host: GitHub
- URL: https://github.com/roundedtoken/hangman
- Owner: RoundedToken
- Created: 2024-01-05T09:49:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T10:03:32.000Z (about 2 years ago)
- Last Synced: 2025-02-24T16:55:58.678Z (about 1 year ago)
- Topics: gamedev, rss
- Language: JavaScript
- Homepage: https://rolling-scopes-school.github.io/roundedtoken-JSFE2023Q4/hangman/dist/index.html
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Hangman](https://rolling-scopes-school.github.io/roundedtoken-JSFE2023Q4/hangman/dist/index.html)
An educational project whose goal is to teach how to implement a simple hangman game using basic technologies following detailed technical criteria. Adaptive layout is done using `CSS`, assembly is done using `Vite`, and all interactivity and DOM structure is done using `native JS`. No libraries or frameworks and html were deliberately used
## Technologies
### Front-end
### CD