49 Go Game Libraries

⌨️ Typing game written in Go

⌨️ Typing game written in Go

Typingo Typing game written in Go. Installation Usage LICENSE Installation Homebrew $ brew install koki-develop/tap/typingo go install $ go install gi

01

Jam is a version control system for game developers.

Jam Jam is an open-source version control system for game development. We're building an open-source alternative to Perforce using Go and Content Defi

02

Game Server Selector is an open-source project that provides a comprehensive list of game servers, allowing users to choose the perfect match based on their preferences.

Game Server Selector Game Server Selector is an open-source project that provides a comprehensive list of game servers, allowing users to choose the p

03

Minesweeper in the terminal! Written in pure go and does not use any third party package/module

Minesweeper CLI (Work In Progress) This is a command-line version of the classic Minesweeper game written in Go. Please note that this project is a wo

04

A Golang implementation of the Nakama Godot tutorial.

nakama-godot-demo Golang implementation This is a Lua to Golang translation of the Nakama Godot tutorial. Watch the GDQuest video here How to use: Fir

05

A tool programmed in Go to automatically restart 'hung' game servers/containers via a Pterodactyl API.

Pterodactyl Game Server Watch Description A tool programmed in Go to automatically restart 'hung' (game) servers via the Pterodactyl API (working sinc

06

gogs is a simple, fast and lightweight game server framework written in golang

gogs: Golang Game Server Framework gogs is a simple, fast and lightweight game server framework written in golang. It is designed to be easy to use an

07

Post-money economy simulator in the form of a free fictional game based on gift economy that tests the hypothesis of having a market system without any exchange be it barters or money.

Post-money economy simulator in the form of a free fictional game based on gift economy that tests the hypothesis of having a market system without any exchange be it barters or money.

Post-money economy simulator in the form of a free fictional game based on gift economy that tests the hypothesis of having a market system without any exchange be it barters or money.

08

This application can translate text captured from any application running on your computer.

This application can translate text captured from any application running on your computer.

Interpreter This app can translate text captured from any application running on your computer. You just need to specify which window you want to samp

09

A tool for extracting content from Rockstar Game Launcher RAGE packfiles.

RGL Extractor A tool for extracting content from Rockstar Game Launcher's (in short RGL) RAGE Packfiles (mainly just Launcher.rpf at this moment). RGL

10

Simulating the card game War.

War I wanted to find out how long the card game War should be expected to take with two players. The histogram below is the result of 50,000 simulated

11

Butt Mover - A butt triggered productivity and health improvement game

Butt Mover - A butt triggered productivity and health improvement game

Butt Mover A butt triggered productivity and health improvement game. Why Productivity timers needed to be triggered manually before each task, Making

12

A Go application for Rust game servers operating with Pterodactyl. Uses Cron scheduling and includes many features!

Rust Auto Wipe Description An application made in Go (latest version works) for Rust servers operating with Pterodactyl (latest API version works). Th

13

The retro game development engine for Go, inspired by Pico-8 and powered by Ebitengine.

pi The retro game development engine for Go, inspired by Pico-8 and powered by Ebitengine. FAQ Is this a new fantasy console? No, it's not. It's rathe

14

The rock-paper-scissors-well game is an evolution of the rock-paper-scissors game.

The rock-paper-scissors-well game is an evolution of the rock-paper-scissors game: • Scissors beats paper • Paper beats rock and well • Rock beats scissors • Well beats rock and scissors

15

QBasic Nibbles in Go

QBasic Nibbles in Go

QBasic Nibbles in Go A Go reimplementation of the classic QBasic Nibbles (MS-DOS, 1990) snake game. Screenshots Install go install github.com/gophun/n

16

A Golang library that given a UUID, generates a random adjective and Ubisoft game, or character

u2ug: UUID to Ubisoft game A Golang library that given a UUID (v1 or v4), will return the concatenation of a random adjective and Ubisoft game, or cha

17

Simul Games is a free online party game server focused on realtime, varied, gameplay and ease of use across all devices.

Simul.Games Simul Games is a free online party game server focused on realtime, varied, gameplay and ease of use across all devices. Simul.Games is wr

18

Implementing Conways game of life to get a feel for how Go's Interface feature works. Probably has no practical use... but it's pretty to watch...

ConwaysGameOfLife Implementing Conways game of life to get a feel for how Go's Interface feature works. Probably has no practical use... but it's pret

19

Puzzles in a magnetic world for Ebitengine's first game jam (2022).

Bindless My entry for Ebitengine's first game jam ever! Theme was "magnets". You can find static binaries in the releases, or if you have Golang 1.18+

20

Template for a "Choose your own adventure" game written in Go. The app reads a JSON file with all the story options and renders it through an HTML template on the server, making the user able to read and play.

CHOOSE YOUR OWN ADVENTURE Template for a "Choose your own adventure" game written in Go. The app reads a JSON file with all the story options and rend

21

Game server based on Golang, and the game client is made with unity

GameServer Game server based on Golang, and the game client is made with unity 1、基本信息 1、游戏客户端使用Unity引擎制作,基本功能:第三人称移动、瞄准射击、动作控制等 2、游戏服务器使用Golang开发 3、游戏

22

Conway's Game Of Life Implementation In Go

Conway's Game Of Life Implementation In Go

gameoflife Implementation of Conway's Game of Life in Go. Works only on Unix-like systems. Instalation go install github.com/ermanimer/gameoflife@late

23

This is yet another short Programm in GO for League of Legends. Its purpose is to find out if you already played a game with someone

have-we-met-before WARNING This complete tool is still work in Progress. It may not work This is yet another short Programm in GO for League of Legend

24

The "Walrus vs Slime" rewritten in DDD style

Walrus vs Slime The original project is BasalticStudio/Walrus-vs-Slime I wrote in 2015, this project is rewritten with DDD (Domain-Driven Design) styl

25

Download airport updates from the X-Plane Gateway directly to your game

X-Plane Gateway Downloader With this console application you can download airport updates from the X-Plane Gateway directly into your CustomScenery fo

26

A terminal Snake game that supports multiple players to play together online.

A terminal Snake game that supports multiple players to play together online.

GoSnake A Snake game that supports multiple players to play together online. The game is written in go language and does not use other third-party lib

27

🌾 A vibrant, isometric, multiplayer-centric farming game written in Go

🌾 A vibrant, isometric, multiplayer-centric farming game written in Go

A vibrant, isometric, multiplayer-centric farming game written in Go. Progress Note: may show an outdated state of development. TODO Game Introduce a

28

8 Puzzle game solver using the A* pathfinder algorithm

* Resolução do quebra-cabeça 8 Puzzle utilizando algoritmo A* Universidade do Vale do Itajaí Aluno: Matheus Pedroni Professor: Rudimar Luís Scaranto

29

CLI implementation of the Conway's Game of Life in Go

Conway's Game of Life zero-player game simulating life of cells Wikipedia article this is my personal CLI implementation in Go Usage go build conway.g

30

Game dev Ebiten testing - Render a character, house, and add collision detection

Objectives: This is a simple game dev project designed for learning beginner concepts using the Ebiten 2D Golang game library. Much of the code will b

31

Deckr provides a REST API to simulate a deck of cards.

deckr 🃏 Deckr provides a REST/gRPC API to simulate a deck of cards. Contents deckr 🃏 Contents Requirements Mage Targets Example Generate docs Genera

32

Golang tcp and udp backend. used to do rcp communication with a old game .exe ( Fork from neqnil/piqus) Please check git history.

THIS CODE does have "BAD PRACTICE" And was used for learning. It does not have the purpose for reference. But only for archive and history. Do not use

33

Command-line MineSweeper Game written in Go

minesweeper Command-line MineSweeper Game written in Go Usage h or ? - this help, c x y - clear cell (x,y), m x y - marks (toggles) cell (x,y), n

34

Tools to generate word lists containing some variation of 7 letters, with one required letter, for a word game.

word-perfect Tools to generate word lists containing some variation of 7 letters, with one required letter, for a word game. Build go build . Run To r

35

Gophercises Exercise 1 - Quiz Game

Gophercises Exercise 1 - Quiz Game How to run the program? Type in the following to run the quiz game: go run main.go How does it work? After running

36

Is a Web3 running app with fun game and social elements. Users equip themselves with NFTs in the form of sneakers. By walking, jogging or running outdoors, users will collect GSTs and NFTs.

Please note: This repository is being rebuilt to accept the new volume of token additions and modifications. PR merges will be delayed. Contents Usage

37

Fortnite launcher that bypasses anti-cheat and injects dlls. Works on the latest game version (20.20).

Monarch Launcher (WIP) How to use: Download the latest release of neonite, then start the server by running the run.bat file. Download the latest rele

38

Conway's Game of Life made with Pixel, a 2D graphics library for the Go language!

Pixel Life Conway's Game of Life made with Pixel, a 2D graphics library for the Go language! How to compile go build pixel-life Controls Left Mouse: C

39

This is an implementation of the game Go in the programming language Go

This is an implementation of the game Go in the programming language Go. Presently, you can play on the command line by building and running the resulting executable.

40

Side-scroller indie game written in go - "it costs money to be alive"

Side-scroller indie game written in go -

it costs money to be alive A short, non-fighty indie side scroller game. Run with the right / left arrow keys, jump with up arrow or space. Collect co

41

Emulator for the hero online game, only for studies purpose

Hero Emulator Introduction Hero Emulator is an open source project which has been created for educational purposes, does not purpose making profit and

42

GameOfLife - A Conway's Game of Life in Raylib

GameOfLife - A Conway's Game of Life in Raylib

Game of Life ⚙️ This is my own implementation of the Conway's Game of Life in Go with Raylib. 🖼️ Screenshots ❓ How to use C - Clear all cells R - Ran

43

A tool to see all games, which are free or on discount.

game-database This project is not in alpha phase yet ⚠️ This repository doesn't contain the whole data of the most games, because it would need to muc

44

this is cli tools to play wordle game.

this is cli tools to play wordle game.

wordle-cli Play wordle in your terminal Installation For Ubuntu Download .deb file from Here the link below and install it. For Mac OS brew install as

45

Conway's Game of Life implemented in Go

Conway's Game of Life implemented in Go

Go-Gol Overview Yet another implementation of the Conway's Game of Life, this time in Go. This was just to practice my newly acquired Go skills. If yo

46

Unofficial Godot Engine binaries for the Raspberry Pi.

Unofficial Godot Engine binaries for the Raspberry Pi.

Unofficial Godot Engine for the Raspberry Pi Unofficial Godot Engine binaries for the Raspberry Pi. Limitations The Raspberry Pi only supports GLES2.

47

Command-line tool for listening log file of game named as

Path of Exile Trade Notifier Command-line tool for listening log file of game named as "Path of Exile" and looking for buy message and send it to Tele

48

Simple 2D game prototyping framework.

Simple 2D game prototyping framework.

prototype Simply prototype 2D games using an easy, minimal interface that lets you draw simple primitives and images on the screen, easily handle mous

49
1