Some game thing
 
 
 
 
Go to file
Sean Hickey 662517d1de Use fullscreen mode. Fix some linter issues 2023-04-30 00:33:18 -07:00
.vscode Remove pointers for concurrency 2022-11-20 15:20:37 -08:00
assets Added Delilah + King Animation sprites 2022-11-15 14:52:54 -08:00
docs update readme to remove SDL 2022-11-22 00:20:14 -08:00
internal Use fullscreen mode. Fix some linter issues 2023-04-30 00:33:18 -07:00
scripts Add build time variables 2023-01-01 15:47:53 -08:00
.gitignore Add documentation and static build script for windows. 2022-09-28 15:53:42 -07:00
Dockerfile Rework entire project to use raylib. 2022-11-22 00:08:00 -08:00
LICENSE.md Add basic SDL setup. 2022-09-28 00:05:06 -07:00
Makefile switch to using gopackagebase 2022-11-20 15:38:28 -08:00
README.md update readme to remove SDL 2022-11-22 00:20:14 -08:00
go.mod Use fullscreen mode. Fix some linter issues 2023-04-30 00:33:18 -07:00
go.sum Use fullscreen mode. Fix some linter issues 2023-04-30 00:33:18 -07:00
main.go Use fullscreen mode. Fix some linter issues 2023-04-30 00:33:18 -07:00

README.md

Project Ely

This is some game project that we are working on for fun.

This project is written in Go using raylib.

Compiling

See the Setup Docs for installing all the necessary dependencies. It's fairly bare-bones, only requiring raylib (which bundles everything, only depending on base graphics libs like X11).

Then you can use the Makefile:

make release

Or you can build the project easily with Go directly:

go build

A release build can be build with these extra flags:

go build -x -v -ldflags "-s -w"

Docs

For initial environment setup, see the Setup Docs.

Licenses

Unless otherwise specified, the code for this project is licensed under the 2-Clause BSD license, a permissive open-source license. The short version is that you may use this code for any purpose so long as you give us credit for creating it. See LICENSE.md for more details.

Unless otherwise specified, the artwork assets and documentation (the non-code related things) for this project are licensed under the Creative Commons Attribution 4.0 International Public License. The short version is that you may use them for any purpose so long as you give us credit for creating them. See assets/LICENSE.md for more details and assets/legalcode.txt for the full license text.

Basically, so long as you give us credit for creating this game, you may use any parts of it for any purpose.