SSEG (Single String Esolang Game) is a programming puzzle game about completing tasks using a simple programing language with 2 symbols.

Start with simple counters and progress to generating the Fibonacci sequence and more.

It is highly recommended that you understand how to convert binary to decimal, as it is required from Chapter 1 onwards.
Chapter 5+ tasks require knowledge of ASSCI codes. 

Tips : 
- Use a piece of paper to write down a visual representation of the task 
- Shift + Enter = runs program at maximum speed (useful for long tasks)
- Press L to load in the last correct solution to a task (windows only)

Notes : 
Copy functionality is not supported on the web build (however Ctrl+V works)
Progress Saving sometimes doesn't work on the web build
The Custom Tasks System may have issues (windows only)

Download

Download NowName your own price

Click download now to get access to the following files:

SSEG_release_v1.2.1.zip 4 MB

Development log

Comments

Log in with itch.io to leave a comment.

I am not sure what I'm supposed to do in division 3-4 is there any stack command that detects that the top of the stack is negative? or something like that?

The stack commands are not introduced till chapter 4, so a solution to 3-4 doesn't have to use them.

Weird I get the remainder on reg1, through different means even and it doesn't work.

So I just checked the code, turns out the answer check for that task was looking for a program that puts the result, not the remainder in reg1.
I must have changed it and forgotten to update the task to match.
I just released an update changing 3-4's wording to match this. (release_v1.2.1)
Sorry about that.

oh,right, thanks