https://github.com/beyondmagic/heg
A game where a group of players are presented, one by one, with a list of scrambled numbers and must then sort it as efficiently as possible, counting time, and of course, the number of inversions needed to get there, as their points are calculated this way. Several rounds of varying difficulty can be used.
https://github.com/beyondmagic/heg
counting-inversions divide-and-conquer game sorting
Last synced: 3 months ago
JSON representation
A game where a group of players are presented, one by one, with a list of scrambled numbers and must then sort it as efficiently as possible, counting time, and of course, the number of inversions needed to get there, as their points are calculated this way. Several rounds of varying difficulty can be used.
- Host: GitHub
- URL: https://github.com/beyondmagic/heg
- Owner: BeyondMagic
- License: other
- Created: 2024-12-24T03:56:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-01T01:06:40.000Z (5 months ago)
- Last Synced: 2025-01-02T10:17:32.974Z (5 months ago)
- Topics: counting-inversions, divide-and-conquer, game, sorting
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harmomonia e Guerra (HeG)
A game where a group of players are presented, one by one, with a list of scrambled numbers and must then sort it as efficiently as possible, counting time, and of course, the number of inversions needed to get there, as their points are calculated this way.
Several rounds with different difficulties can be used.
In addition, the game has been gamified so that players can learn more about musical notes!
Sorting numbers is like tuning a chaotic orchestra to a harmonious symphony!!