Pseudo plug-in ideas
This talk is related to feature/ToDO : "Dynamic external JS script loading- load the script only if file exists (simple plug-in system)"
I am planning on making some JS files that add functionality. These would exist mostly on the template file commented and would be enabled manually.
For example:
touchcontrols.js
I used AI and it generated a working version of touch screen controls. The functionallity would be enabled by adding the code :
<script src="touchcontrols.js"></script>
in the exported game file. This adds a cross to the bottom right of the screen that can be used in a touch screen.
This extra JS files are beyond the main scope of AGE. The plan is to make them indipendent of the main script. eg When loaded the script will create his own buttons/controls and code. The main file will only have a <script> tag and nothing else (except maybe a general placeholder).
When I have ideas I will ask AI to generate the initial code. If it is close to what I want I will proceed with modifications/fine-tuning. If it is not it will be probably abandoned (except if someone want to create this and send it to me to add it to the project).
Get A.G.E. Ascii Game Engine
A.G.E. Ascii Game Engine
Tiny game creation engine for the web
Status | In development |
Category | Tool |
Author | plirof |
Tags | Game Design, Game engine, web-game-engine |
More posts
- 3d template testsApr 21, 2025
- AGE_html_game_engine_004d_250420a_translated_itch.ioApr 20, 2025
- Thoughts about multi rooms and fight system.Apr 13, 2025
- Fix arrow browser scroll issueApr 11, 2025
- Initial tranlationApr 11, 2025
- Translation scriptApr 10, 2025
- Theme creator PHP script (age_theme_set_generator_v001_250408a.php)Apr 10, 2025
- Theme selection implemented - v004a_250408aApr 09, 2025
- html_game_engine_v003d9-250407e_E2E3Apr 08, 2025
Leave a comment
Log in with itch.io to leave a comment.