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
Requires (Dev)
- pestphp/pest: ^3.5
- phpstan/phpstan: ^2.0
- dev-main
- 0.2.31
- 0.2.30
- 0.2.29
- 0.2.28
- 0.2.27
- 0.2.26
- 0.2.25
- 0.2.24
- 0.2.23
- 0.2.22
- 0.2.21
- 0.2.20
- 0.2.19
- 0.2.18
- 0.2.17
- 0.2.16
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- dev-IGE-51-Implement-Item-Equipment
- dev-develop
- dev-IGE-50-Implement-Item-Consumption
- dev-IGE-49-Implement-Item-Menu
- dev-IGE-52-Fix-Camera-Renderer-for-oversized-maps
- dev-IGE-17-Implement-Event-Triggers
This package is auto-updated.
Last update: 2024-12-22 21:43:45 UTC
README
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!