- 50 Posts
- 24 Comments
trevor@lemmy.mlOPto
Linux@lemmy.ml•Joint Force, a 2D puzzle game, is coming soon to Steam
21·3 months agoJoint Force will be available on Steam starting January 1st.
Joint Force is free software, as it is released under the GNU Affero General Public License.
Download the source code at https://codeberg.org/tslocum/jointforce
trevor@lemmy.mlOPto
Linux@lemmy.ml•Boxcars is now Steam Deck verified! (Free online backgammon app)
5·4 months agoBoxcars is a free and open source application for playing backgammon online and offline.
- Steam page: https://store.steampowered.com/app/3182230/Boxcars/
- Source code: https://codeberg.org/tslocum/boxcars
- Website: https://bgammon.org/
trevor@lemmy.mlOPto
Technology@lemmy.ml•Creating and Loading Tilemaps Using Ebitengine (Tutorial)
1·6 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0011-creating-and-loading-tilemaps-using-ebitengine/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Architecture of the Ebitengine Game Engine (Tutorial)
2·6 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0010-architecture-of-the-ebitengine-game-engine/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Building Ebitengine Games for Web Browsers (Tutorial)
1·7 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0009-building-ebitengine-games-for-web-browsers/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Handling Mouse and Touchscreen Input Using Ebitengine (Tutorial)
1·7 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0008-handling-mouse-and-touchscreen-input-using-ebitengine/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Adding Audio to Your Ebitengine Game (Tutorial)
1·7 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0007-adding-audio-to-your-ebitengine-game/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
This video complements the text tutorial at https://trevors-tutorials.com/0006-adding-text-to-your-ebitengine-game/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Adding Obstacles to Your Ebitengine Game (Tutorial)
1·7 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0005-adding-obstacles-to-your-ebitengine-game/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Creating Your First Game with Ebitengine (Go game engine)
1·7 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0004-creating-your-first-game-with-ebitengine/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Getting Started with Ebitengine (Go game engine)
1·8 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0003-getting-started-with-ebitengine/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Getting Started with Go - Trevors-Tutorials.com #2
1·8 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0002-getting-started-with-go/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Technology@lemmy.ml•Game Dev Fundamentals - Trevors-Tutorials.com #1
1·8 months agoThis video complements the text tutorial at https://trevors-tutorials.com/0001-game-dev-fundamentals/
Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
trevor@lemmy.mlOPto
Go programming language discussion@lemmy.ml•Joint Force - Solve puzzles to reunite Belcho and Nim
1·8 months agoJoint Force (Go + Ebitengine) is open source.
trevor@lemmy.mlOPto
Go programming language discussion@lemmy.ml•Joint Force - Solve puzzles to reunite Belcho and Nim
1·8 months agoJoint Force (Go + Ebitengine) is open source.
trevor@lemmy.mlOPto
Linux@lemmy.ml•Generate static Go documentation sites with godoc-static
3·1 year agogodoc-static executes and scrapes a local godoc process to generate static documentation sites. These static sites, when served to your org or publicly, can provide access to relevant documentation without reliance on any third-party services.
A demo of its output is available at https://docs.rocket9labs.com
trevor@lemmy.mlOPto
Go programming language discussion@lemmy.ml•Generate static Go documentation sites with godoc-static
1·1 year agogodoc-static executes and scrapes a local godoc process to generate static documentation sites. These static sites, when served to your org or publicly, can provide access to relevant documentation without reliance on any third-party services.
A demo of its output is available at https://docs.rocket9labs.com
trevor@lemmy.mlOPto
Go programming language discussion@lemmy.ml•Boxcars - Free online backgammon (powered by Ebitengine)
11·1 year agoMore info: https://bgammon.org
Source code:
trevor@lemmy.mlOPto
Go programming language discussion@lemmy.ml•Boxcars, a program for playing backgammon online and offline, is coming soon to Steam
11·2 years ago
















godoc-static starts a local instance of godoc and scrapes it to generate static documentation for one or more Go packages.
A demo of godoc-static’s output is available here.