Carpy Breakout - a simple game written in Go using SDL and OpenGL.
 
 
 
Go to file
Sean Hickey 897ea4222c Fix license.
Fix lighting.

Start bounding box, not working yet.
2021-11-21 23:36:51 -08:00
pkg Fix license. 2021-11-21 23:36:51 -08: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 Switch from ISC to 2-Clause BSD license for no good reason. 2021-11-15 23:52:04 -08:00
Makefile Fix license. 2021-11-21 23:36:51 -08: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 Fix license. 2021-11-21 23:36:51 -08: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.