Skip to content
View russmatney's full-sized avatar

Sponsors

@Gramps

Sponsoring

@hlissner
@borkdude

Organizations

@lambduh @teknql

Block or report russmatney

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
russmatney/readme.md

Hi there! I'm Russ!

๐Ÿง‘โ€๐Ÿ’ป About Me:

  • I make games ๐Ÿ•น๏ธ in Godot and tools ๐Ÿ› ๏ธ in Clojure (Babashka)

  • I maintain a pretty-printer for GDScript called Log.gd.

  • ๐ŸŽฎ I launched two solo-dev games in 2024:

    • Dot Hop is a grid-based puzzle game - simple but challenging, and hopefully not too hard. Latest release: v1.2! everywhere, and in beta on iOS and Android!

    • Dino (steam, github) is a mashup of jam entries from 2023 - platformers, some top-down, some beat em up, some overcooked-ish?! It's over-engineered into a... something.... More to come at some point!

  • My jam games are available on itch.io: russmatney.itch.io

  • ๐ŸŽฅ I share devlogs on Youtube, and I stream live-coding on twitch.tv/russmatney

  • ๐ŸŒฑ My blog is devlogs, a portfolio and all my other writings from over the years: russmatney.com

  • Here's my carrd.

  • My games are all done under my solo-dev studio, Danger Russ Games

I'm working on games and tools full-time - I want to build up enough support to do this indefinitely, and keep the source open to everyone.

You can support me via:


Log.gd Repo Card

Log.gd is a pretty-printer for GDScript.

It's a drop-in replacement for print(...), and it adds sensible spacing, indentation, color, and line-numbers to your logs. For me it helps a ton with eye-fatigue and debugging.

Dot Hop Repo Card

Dot Hop is a grid-based puzzle game. It started as a PuzzleScript jam game, but I've reimplemented it in Dino to add several themes, more puzzles, and more game-feel.

Lately I'm pushing toward a 2.0 version, with new mechanics, many more puzzles, a puzzle generator, and a mobile-friendly UX. It's available in beta on Android and iOS, lmk if you want to join!

Dino Repo Card

I'm driving towards a full Dino Steam release - wishlist Dino on steam!

Dino started as a Godot monorepo and sandbox for game jams and writing my own addons, but has transformed into a genre-mashup of sorts. More to come on this later!

Clawe Repo Card

A Clojure and Babashka based window-management tool, for bringing repl-driven development to your development environment, on Linux and OSX.

Org Crud Repo Card

A clojure (and babashka) interface for interacting with org files.


Dev Tools

Clojureย  Emacsย  Godotย 

Come watch my streams on twitch to see these in action!

  • Emacs (via Doom)
  • Org-Roam
  • Godot (4) and GDscript
  • Aseprite (pixel art)
  • Clojure (as much as possible)
  • Babashka (for all things scripting)

Stats

Last 6 months:

From: 31 January 2025 - To: 01 August 2025

Org                 169 hrs 2 mins  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   32.40 %
Other               140 hrs 35 mins โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   26.95 %
GDScript            50 hrs 15 mins  โ–ˆโ–ˆโ–’โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   09.64 %
GDScript3           41 hrs 12 mins  โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   07.90 %
C#                  36 hrs 45 mins  โ–ˆโ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   07.05 %
Markdown            32 hrs 24 mins  โ–ˆโ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   06.21 %
Git                 16 hrs 44 mins  โ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   03.21 %

GitHub Streak

GitHub Stats

Top Langs

Pinned Loading

  1. log.gd log.gd Public

    An ergonomic pretty-printer for gdscript

    GDScript 43 2

  2. dothop dothop Public

    A grid-based puzzle game implemented in Godot

    GDScript 11 1

  3. dino dino Public

    Short 2D godot games

    GDScript 17 4

  4. clawe clawe Public

    Clojure REPL-based WM hacking on linux and osx

    Clojure 16

  5. org-crud org-crud Public

    A tool for reading and writing org content via clojure

    Clojure 13 1

  6. blox blox Public

    A tetris/puyo clone in godot

    GDScript 4