CrocoEngine - Text Adventure Engine
A downloadable game engine for Windows
Create text adventures using this game engine!
This software is extremely lightweight!
Documentation
# This software works through a very simple process and is very lightweight! # To start: # Standard Hello World Program in CrocoEngine: show("Hello, World") # So, show() is an function that outputs messages to the console # ---------------------------- # Input in CrocoEngine: answer = askline("South or West?") wow = answer # *SPECIAL OUTPUT*: endl("Hello") # Check what it does and you'll know!
Download it below:
Published | 5 days ago |
Status | Released |
Category | Tool |
Platforms | Windows |
Author | citrusdev |
Tags | Game engine, Text based |
Download
Download
CrocoEngine 1.0.0 731 bytes
Install instructions
This tool requires the PyPy interpreter (Install it here).