https://github.com/moltenwolfcub/forest-game
An RPG strategy style game
https://github.com/moltenwolfcub/forest-game
2d 2d-game 2d-rpg 2d-sandbox-game 2dgame ebitengine game game-2d games go go-game golang golang-game indie indie-game indiegame
Last synced: 3 days ago
JSON representation
An RPG strategy style game
- Host: GitHub
- URL: https://github.com/moltenwolfcub/forest-game
- Owner: moltenwolfcub
- License: gpl-3.0
- Created: 2023-04-11T14:49:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T12:05:16.000Z (about 1 year ago)
- Last Synced: 2025-02-25T22:46:07.318Z (4 months ago)
- Topics: 2d, 2d-game, 2d-rpg, 2d-sandbox-game, 2dgame, ebitengine, game, game-2d, games, go, go-game, golang, golang-game, indie, indie-game, indiegame
- Language: Go
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Forest-Game**
### A game written in Go using EbitengineCurrently very WIP. It's planned to be a strategy RPG style game set in a cozy forest.
# Installing
## Windows
Go to the Releases section on Github and select the version of the game you want to get (The latest is most adviseable). Download the `.exe` for the version of windows you are running.## Mac & Linux
Go isn't capable of cross-compiling files with calls to C libraries (Which Ebitengine does) so I haven't managed to automate the build process of Mac or Linux. I might occasionally publish manual releases for these versions (as I run Linux myself) however if you can't find ther version for your OS then follow the steps below for compiling your own build.(If anyone knows how to get this working please let me know)
## Building from Source
1. Install a [Go compiler](https://go.dev/) on your computer
2. Obtain a local copy of the game's source. This can be done by cloning the repository `git clone [email protected]:moltenwolfcub/Forest-Game.git` or downloading the source off of a Github release.
3. Run the command `go build` and a built executable file should appear in the directory named something along the lines of `Forest-Game`. (Make sure you have navigated to the downloaded source for this to work)
4. This is your final file that can be ran on any machine of that OS and architecture regardless of whether Go is installed