[go-nuts] Boxcars (Go+Ebitengine) is coming soon to Steam

2024-09-03 Thread Trevor Slocum
Boxcars, a program for playing backgammon online and offline, will be available on Steam starting October 1st. Online play is handled via https://bgammon.org, a free and open source backgammon service. Code: https://code.rocket9labs.com/tslocum/boxcars Steam: https://store.steampowered.com/app

[go-nuts] Arctic Warfare is now available (powered by Ebitengine)

2024-02-08 Thread Trevor Slocum
Arctic Warfare is now available to play. Battle tanks in the arctic, demolish trees and annihilate snowmen. Play: https://rocketnine.itch.io/arctic-warfare Code: https://code.rocket9labs.com/tslocum/arcticwarfare -- You received this message because you are subscribed to the Google Groups "gol

[go-nuts] Announcing etk - Ebitengine tool kit for creating graphical user interfaces

2024-01-18 Thread Trevor Slocum
etk[0] is a library for the Ebitengine[1] game engine that simplifies creating graphical user interfaces. Boxcars[2] uses etk to greatly simplify UI development, as its single codebase targets web, desktop and Android. 0. https://code.rocket9labs.com/tslocum/etk 1. https://ebitengine.org 2. http

[go-nuts] Hello, world! - A technical overview of the software powering bgammon.org

2024-01-01 Thread Trevor Slocum
I’ve just published a blog post about the software powering bgammon.org and my experience creating it using free and open source tools: https://bgammon.org/blog/20240101-hello-world/ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscrib

[go-nuts] Announcing the tabula backgammon engine

2023-12-06 Thread Trevor Slocum
tabula is a relatively simple backgammon engine, created to allow playing offline in the client for https://bgammon.org The engine currently performs a weighted 1-ply analysis. Read about how the engine works in the design document at https://code.rocket9labs.com/tslocum/tabula/src/branch/main/

[go-nuts] Announcing City Limits, a city-building simulation game powered by Ebiten

2022-01-23 Thread Trevor Slocum
City Limits[0] is a city-building simulation game created for the Wasted Resources Game Jam[1]. Its source code[2] is freely available. 0. https://itch.io/jam/wastedresources/rate/1348716 1. https://itch.io/jam/wastedresources/entries 2. https://code.rocketnine.space/tslocum/citylimits -- You

[go-nuts] Bend time to your will and make your gray-t escape in MONOVANIA (powered by Ebiten)

2021-12-15 Thread Trevor Slocum
MONOVANIA[0] was created for the Metroidvania Month 14 game jam.[1] Its source code is freely available.[2] Players start the game with the ability to rewind time. The objective of MONOVANIA is to collect the three exit keys and make your gray-t escape. What is a Metroidvania video game? > Me

[go-nuts] Announcing Carotid Artillery, a twin-stick shooter created using ebiten

2021-11-03 Thread Trevor Slocum
Carotid Artillery was created during the 2021 Vampire Themed Game Jam. It is playable in the browser and on Linux and Windows. Code: https://code.rocketnine.space/tslocum/carotidartillery Play: https://itch.io/jam/vampire-themed-game-jam-october-2021/rate/1226993 -- You received this message b

Re: [go-nuts] godoc-static - Generate static documentation for your packages

2020-09-10 Thread Trevor Slocum
godoc-static v0.1.8 is now available featuring improved support for Go modules. On Wednesday, February 26, 2020 at 3:45:49 PM UTC-8 Trevor Slocum wrote: > I've had some time to polish this project somewhat. It should be fairly > usable. > > I've added ZIP archive genera

[go-nuts] crib & jack - Terminal-based cribbage client and multiplayer server (play over SSH)

2020-08-29 Thread Trevor Slocum
The first version of crib[0], a terminal-based cribbage client, is now available. It connects to jack[1], a cribbage server. A web-based client is planned at https://cribbage.world You will need to use an ssh client to access the server. PuTTY is a popular choice on Windows. To play, conne