File tree Expand file tree Collapse file tree 5 files changed +24
-0
lines changed Expand file tree Collapse file tree 5 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Other Projects
2+
3+ | Name | Description | Link |
4+ | ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
5+ | tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | < https://github.com/neogeek/tiny-midi > |
6+ | chart-to-json | Parse .chart files in JavaScript or the command line. | < https://github.com/neogeek/chart-to-json > |
Original file line number Diff line number Diff line change @@ -59,4 +59,5 @@ _Prototype game built using these utilities._
5959- [ Build] ( #build )
6060- [ Contributing] ( #contributing )
6161- [ Community Roadmap] ( #community-roadmap )
62+ - [ Other Projects] ( #other-projects )
6263- [ License] ( #license )
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ _Prototype game built using these utilities._
5959- [ Build] ( #build )
6060- [ Contributing] ( #contributing )
6161- [ Community Roadmap] ( #community-roadmap )
62+ - [ Other Projects] ( #other-projects )
6263- [ License] ( #license )
6364
6465## Platforms
@@ -976,6 +977,13 @@ This project aims to help you build your rhythm game as fast as possible without
976977- [ Feature Requests] ( https://github.com/neogeek/rhythm-game-utilities/labels/enhancement )
977978- [ Bugs] ( https://github.com/neogeek/rhythm-game-utilities/labels/bug )
978979
980+ ## Other Projects
981+
982+ | Name | Description | Link |
983+ | ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
984+ | tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | < https://github.com/neogeek/tiny-midi > |
985+ | chart-to-json | Parse .chart files in JavaScript or the command line. | < https://github.com/neogeek/chart-to-json > |
986+
979987## License
980988
981989[ The MIT License (MIT)] ( ./LICENSE )
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ _Prototype game built using these utilities._
5959- [ Build] ( #build )
6060- [ Contributing] ( #contributing )
6161- [ Community Roadmap] ( #community-roadmap )
62+ - [ Other Projects] ( #other-projects )
6263- [ License] ( #license )
6364
6465## Platforms
@@ -976,6 +977,13 @@ This project aims to help you build your rhythm game as fast as possible without
976977- [ Feature Requests] ( https://github.com/neogeek/rhythm-game-utilities/labels/enhancement )
977978- [ Bugs] ( https://github.com/neogeek/rhythm-game-utilities/labels/bug )
978979
980+ ## Other Projects
981+
982+ | Name | Description | Link |
983+ | ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
984+ | tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | < https://github.com/neogeek/tiny-midi > |
985+ | chart-to-json | Parse .chart files in JavaScript or the command line. | < https://github.com/neogeek/chart-to-json > |
986+
979987## License
980988
981989[ The MIT License (MIT)] ( ./LICENSE )
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ COLOROFF=$(tput sgr0)
5454 (cat " ./Documentation/Build.md" && printf ' \n' ) >> README.md
5555 (cat " ./Documentation/Contributing.md" && printf ' \n' ) >> README.md
5656 (cat " ./Documentation/Community Roadmap.md" && printf ' \n' ) >> README.md
57+ (cat " ./Documentation/Other Projects.md" && printf ' \n' ) >> README.md
5758 (cat " ./Documentation/License.md" && printf ' \n' ) >> README.md
5859
5960)
You can’t perform that action at this time.
0 commit comments