-
Notifications
You must be signed in to change notification settings - Fork 0
Home
egyptron edited this page Sep 25, 2026
·
5 revisions
Awake Simple S1 (.awss1) is a lightweight, zero-dependency, native programming language and runtime engine designed for Windows. It combines natural English readability with Win32 systems programming, built-in visual UI dialogs, retro audio synthesis, and interactive battle engines.
-
100% Native Machine Code: Compiles down to a standalone binary (
awss1.exe). Requires no Python, Node.js, Java, or .NET runtimes on target machines. -
Instant Native UI: Spawns native Windows dialogs, text boxes, and choice forms using
<windows.h>without external GUI frameworks. - Interactive Battle Engines: Built-in turn-based Pokรฉmon-style battles and real-time rhythm/action-beat boss fights.
- Process Orchestration: Launch background jobs silently, open interactive terminal prompts, check running executables, and terminate processes.
- Smart Diagnostics: Features a Levenshtein-distance fuzzy parser that catches syntax mistakes and suggests the correct command in real time.
| Page | Description |
|---|---|
| Installation & Setup | How to install via Winget, standalone setup, and configure VS Code. |
| Serious Tasks & Automation | How to use Awake Simple S1 for serious and automated tasks. |
| Core Syntax & Console | Comments, white/red/yellow/green logging, delays, and process exits. |
| Variables, Math & RNG | PEMDAS math, parenthetical formulas, variable mutation, and dice rolls. |
| Control Flow & Loops |
statement(start) blocks, conditionals, and repeat loops. |
| Process & System Controls | Process checking, termination, silent background jobs, and CMD windows. |
| 8-Bit Audio Engine | Retro sound effects and frequency stingers. |
| Native UI Templates | Popups, info cards, text prompts, and choice dialogs. |
| RPG & Action Boss Battles | Turn-based RPG templates and real-time rhythm action boss fights. |
| Error Handling & Diagnostics | Understanding compiler messages and the fuzzy "did you mean" engine. |
| License & Bundling Terms | Proprietary freeware terms and guidelines for bundling awss1.exe in your apps. |