Skip to content
/ lamia Public

A dumb idle game inspired by Kittens Game. Made half in C# with desktop front-end in Godot.

License

Notifications You must be signed in to change notification settings

Fiona/lamia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamia
=====

This is an idle/incremental game I'm working on. It's inspired by Kitten's Game.

It has a front-end independent simulation layer that actually does the game logic written in plain-ass C# running on .Net 6.0.

The front end sends action requests and queries data. The current one is written with Godot. It has a paper-thin C# layer to communicate with the C# simulation, the rest of the front-end is GDScript.

(I initially started writing it with a C# front-end using ImGui, so this separation let me switch to Godot really quickly, it rules honestly. Can see myself doing a web-based front end one day.)

About

A dumb idle game inspired by Kittens Game. Made half in C# with desktop front-end in Godot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published