Carpy Breakout - a simple game written in Go using SDL and OpenGL.
 
 
 
Go to file
Sean Hickey b3c161eed2 Add golangci-lint and fix errors found 2022-04-25 00:22:04 -07:00
pkg Add golangci-lint and fix errors found 2022-04-25 00:22:04 -07:00
.gitignore Following a couple different tutorials, got a rotating cube 2021-08-24 22:44:18 -07:00
Attribution.md Fix license. 2021-11-21 23:36:51 -08:00
License.md Add golangci-lint and fix errors found 2022-04-25 00:22:04 -07:00
Makefile Add golangci-lint and fix errors found 2022-04-25 00:22:04 -07:00
Readme.md Fix license. 2021-11-21 23:36:51 -08:00
build_cross_windows.sh Fix license. 2021-11-21 23:36:51 -08:00
go.mod Fix license. 2021-11-21 23:36:51 -08:00
go.sum Fix license. 2021-11-21 23:36:51 -08:00
main.go Add golangci-lint and fix errors found 2022-04-25 00:22:04 -07:00

Readme.md

Carpy Breakout

Why "Carpy"?

Because it's a funny misspelling of "Crappy". This was originally going to be a bad, crappy game for me to learn Golang and re-learn SDL and OpenGL stuff. It ended up being a bit nicer than I expected.

This project is licensed under the 2-Clause BSD License, a permissive open source license. Essentially you can use this code for any purpose so long as you acknowledge me for creating it. You can find the full text in License.md.

Another file called Attribution.md contains links to the other projects used to build this one.