RAANA-IA/Gamia-lisaGame

TEXT GENERATIONConcurrency Cost:1Model Size:1.1BQuant:BF16Ctx Length:2kPublished:Apr 21, 2026License:otherArchitecture:Transformer Cold

RAANA-IA/Gamia-lisaGame is a 1.1 billion parameter Transformer model, fine-tuned from Gamia-pygame-v1, specializing in generating simple 2D web games. Optimized for HTML5 Canvas and JavaScript, it excels at creating event-driven game logic, collision detection, game loops, and ASCII/geometric sprite generation. This model is designed for generating monolithic HTML/CSS/JS code for basic arcade, puzzle, or simulation games.

Loading preview...

Gamia-lisagame: Web 2D Game Generation Model

Gamia-lisagame is a specialized 1.1 billion parameter language model developed by RAANA-IA, fine-tuned from Gamia-pygame-v1. While its predecessor focused on Python game development, this version is specifically optimized for generating simple 2D web games using HTML5 Canvas and JavaScript. It processes game logic through the browser's event-driven model and handles graphical rendering via the Canvas API.

Key Capabilities

  • Code Generation: Produces monolithic HTML/CSS/JS code for ultra-simple 2D games.
  • Game Mechanics: Capable of generating code for collision detection, fluid game loops, scoring logic, and game states (Start/Game Over).
  • Graphics: Generates sprites using ASCII characters or basic geometric shapes.
  • Efficiency: Designed to run efficiently on simple hardware.
  • Output Structure: Standardized output includes HTML5 boilerplate with a <canvas>, inline CSS for styling, and core JavaScript logic (init, update, draw functions).

Good For

  • Classic Arcade Games: Generating simple particle systems and keyboard controls.
  • Puzzle Games: Creating grid-based logic and JavaScript data arrays.
  • Basic Simulations: Implementing cellular automata or simple bouncing physics.