This commit is contained in:
2025-12-19 16:42:40 -06:00
parent 4bdbde52a0
commit 45e2fc7f2c
50 changed files with 481 additions and 60612 deletions

9
docs/prosperon.md Normal file
View File

@@ -0,0 +1,9 @@
# Prosperon
Prosperon is a game programming environment. It's a descriptive language for making a game, which can have many engines as its backend; it ships with its own.
It is primarily 2D focused; think of it like a 2d S&Box. Its aim is to make it easy to make a 2d game that works anywhere.
Key to it is how you use and define sprites.
Prosperon games are written in cell. Cell and prosperon are designed for simple AI usage. An AI can add elements to the game directly, it can code it, etc; cell and prosperon both are designed to have many small files with simple dependencies, which allow LLMs to utilize them easily.