Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucianowayand/guitar-go
Guitar Hero clone made with Go and OpenGL
https://github.com/lucianowayand/guitar-go
Last synced: 5 days ago
JSON representation
Guitar Hero clone made with Go and OpenGL
- Host: GitHub
- URL: https://github.com/lucianowayand/guitar-go
- Owner: lucianowayand
- License: gpl-3.0
- Created: 2023-10-26T13:48:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T05:58:31.000Z (12 months ago)
- Last Synced: 2024-04-23T20:21:48.943Z (7 months ago)
- Language: Go
- Homepage:
- Size: 13.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guitar-go
Guitar Hero clone made with OpenGL and the raylib-go helper. It creates music with text files and plays them as the original game would.
## Dependencies
- C compiler
- Go 1.21.3
- Raylib## How to run
If you have everything installed go to the root of the project and run `go run .`