Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wumpf/minigamesinrndlang
Minigames in different programming languages.
https://github.com/wumpf/minigamesinrndlang
Last synced: 26 days ago
JSON representation
Minigames in different programming languages.
- Host: GitHub
- URL: https://github.com/wumpf/minigamesinrndlang
- Owner: Wumpf
- Created: 2014-04-29T18:51:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T21:56:36.000Z (about 9 years ago)
- Last Synced: 2023-03-24T06:55:27.035Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 3.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mini-games in various languages (& libs)
### What this repo is about:
* me trying to get my head around a new language
* having fun with something new
* exploring how to realize different stuff in different languages### What this repo is NOT about:
* a comparision/benchmark between languages
* real, fun games### General Notes
Writing a simple game usually involves graphics and user input.
However, the standard libraries of most programming languages do not include commands for that.
This means that most of the projects that are pooled in this repo have dependencies to one or more libraries which adds another dimension of difference between the projects.The games are intentionally different every time since I want to avoid copying from another minigame that was written in another language.
You find more game-individual information in the respective folders.Have fun exploring!