ichiloto / engine
A simple game engine for making terminal based JRPGs, lovingly written in PHP.
Requires
- php: ^8.4
- amasiye/figlet: ^1.2
- assegaiphp/collections: ^0.3.2
- assegaiphp/util: ^0.4.3
- league/climate: ^3.9
- symfony/console: ^7.1
- voku/portable-ascii: ^2.0
Requires (Dev)
- pestphp/pest: ^3.7
- phpstan/phpstan: ^2.0
This package is auto-updated.
Last update: 2026-05-22 23:31:24 UTC
README
Ichiloto 2D Game Engine
Ichiloto 2D Game Engine is a lightweight, PHP-based game engine designed for creating 2D JRPG-style games using ASCII art in the terminal. Inspired by the classic gameplay of 90s JRPGs such as Final Fantasy 1-6 and Dragon Quest, Ichiloto enables developers to craft immersive retro experiences directly in the console.
Features
- ASCII Art Rendering: Build and display rich, visually expressive game worlds entirely with ASCII characters.
- Turn-Based Battle System: Create strategic and engaging combat inspired by classic JRPG mechanics.
- Event System: Implement complex in-game events and cutscenes using a simple, extensible architecture.
- Cross-Platform: Runs seamlessly in any environment with PHP support.
Goals
Ichiloto 2D Game Engine aims to provide an accessible platform for developers and enthusiasts to bring nostalgic, text-based adventures to life while maintaining the depth and charm of traditional JRPG gameplay.
Roadmap
- Core game loop implementation
- Notifications and HUD elements
- Map editor and ASCII art design tools
- Save/load system
- Advanced battle system customization
- Scripting support for quests and events
- Camera and animation support
- Sound and music integration
- Non-player character (NPC) and dialogue system
- Character progression and inventory management
Join us on this journey to redefine retro gaming with the power of ASCII art and PHP!
