Skip to content

Repo to hold my solutions to the levels in the game EXApunks

Notifications You must be signed in to change notification settings

taggedzi/exapunks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TaggedZi's EXApunks Solutions

Repo to hold my solutions to the levels in the game Exapunks by Zachtronics. I also have a section of notes that I've written down in hopes that I won't forget them or they will help others. They were hard learned lessons, only look if you don't mind spoilers.

The files created for individual levels are in the appropriate Level folders. When possible I try to include my first working attempt, the lowest cycles, smallest size, and lowest actions. (Sometimes either cycles or size also covers actions.) Often I will spend hours on a single level and end up with tons of different solutions, so I will only try to include the ones I think worthy of mention.

Resources in my repo

Other Resources

How to read my files

At the top of the file will be a NOTE C, S, A that lists the number (or count of) Cycles, Size, Actions.

I include the code for ALL initial bots in the same file. I distinguish between bots with comments like ; XA or ; XB etc.

I also do put blank lines in my code to break up the code into easier to read chuncks (when I feel like it). You are free to remove the spaces to make the code smaller, but the game does not care about blank space when counting its totals.

Sample File:

NOTE 20, 4, 1

; XA
GRAB 300
COPY F M

; XB
MAKE
COPY M F

This is an example of a solution that has 2 starting bots, and allegidly runs with 20 Cycles, Size of 4, and 1 Activity. (No the math doesn't really add up here it was just an example... shh.)

About

Repo to hold my solutions to the levels in the game EXApunks

Topics

Resources

Security policy

Stars

Watchers

Forks