Right Now only a beta 0.02 plython script is available Android Windows and more platforms soon how to install
- install the IDE plython Script
2.1 Android: use pydorid to open the file of the ide
2.2 Windows: use powershell, cmd, or plython cmd to launch the ide
- create a file if on Windows create a dir call engpl in the root of the windows folder and add your file add code it qnd load it with the script
3.1 if on android make a dir at the root of the main folder of android storage/emulated/0 and add file there 4. add the code to a .engpl file with any name and load it with the script 5. enjoy coding
What is EngPL and what makes it different from c++ plython c# and more
EngPL is a beginner-friendly, English-like programming language designed to help people create logic, games, and creative programs without complex syntax.
This project is currently in Beta 0.02.x.
Core Language
- var(name)
- name(value)
- write(value)
- math-(expression)
Logic & Flow
- when(condition) ... end (not here yet)
- repeat(amount) ... end (not here yet)
Counting System
- count(name, amount, start?)
Input System
- key(keyName, code, condition) Conditions: press, hold, release, nonpressed
Visuals
- image(type, source) (not here yet)
- gui(preset)
Web & Memory
- web(link, amount)
- webmem (automatic memory variable)
Runtime / Engine
- Interactive EngPL terminal (not here yet)
- Software renderer / EngPLGE (not here yet)
- Scene / world commands (not here yet)
write(Hello)
var(a)
a(3)
repeat(a)
write(loop)
end
music(c, d, e)