Skip to content
/ cool_game Public

This is some cool game I'm working on. It really doesn't have a direction yet, more of a playground

Notifications You must be signed in to change notification settings

jaeg/cool_game

Repository files navigation

Setup

This project used ebiten and installation instructions can be found here: https://ebiten.org/documents/install.html

If you are on Ubuntu chances are all you need is:

sudo apt install libc6-dev libglu1-mesa-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config

After installing ebiten dependencies you'll need to run the following command to get all the go deps.

make vendor

Running/Building

make run

make build

To test with a local copy of the game-engine library add this to the mod file. It assumes that game_engine was cloned in the same parent directory as this repo.

replace github.com/jaeg/game-engine => ../game_engine

About

This is some cool game I'm working on. It really doesn't have a direction yet, more of a playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published