EXAPUNKS
评价数不足
JereTheJuggler's Custom Exapunks Levels
   
奖励
收藏
已收藏
取消收藏
描述
These are all the custom levels I've made for Exapunks
项目 (8)
ANIMAL DATABASE QUERY (KEYWORD TAGGING)
创建者: JereTheJuggler
In this level, your goal is to search through a database containing 25 records for different animals. Each record contains the animal's name followed by a varying number of attributes that pertain to it. From a list of 20 different attributes (lives "under...
FRACTION ADDITION (NO LONGER LIMITED TO INTEGERS)
创建者: JereTheJuggler
Whoever said EXAs could only handle integer operations? Someone that was sorely mistaken, that's who! You're provided 2 files containing mixed numbers in the format ,,, and your goal is to add the 2 numbers together and simplify the result. My first soluti...
SCAVENGER HUNT (EXPLORING RELATIVE POSITIONS)
创建者: JereTheJuggler
Are you ready to send your EXAs on a scavenger hunt? In this puzzle you will be exploring a map of hosts containing a bunch of clues. Each clue will tell you where to go next to get 1 step closer to the treasure, which you of course need to bring back to y...
HISTOGRAM PLOTTER (DATA ANALYTICS)
创建者: JereTheJuggler
In this puzzle your goal is to read a set of 72 numbers ranging from 1 to 20, and output how many times each number occurs to the #HIST register (which will cause the histogram to be displayed in the window). My first attempt at a solution scored 603 Cycle...
DOMINO CHAIN (CONNECT THE DOTS)
创建者: JereTheJuggler
Your goal is to create a file containing a valid chain of dominos, starting with a specified domino and then continuing by taking 1 domino each from sets 1 through 4. This one was a lot harder to write the javascript than it was to actually beat the level....
CHARACTER OFFSET CIPHER (PASSWORD DECODING)
创建者: JereTheJuggler
In this level, you are provided a password that has been encrypted by offsetting it a specified number of characters. For example, if the password was "PASSWORD18" and it was offset by 4 characters, it would turn into "TEWW0SVH5C" as shown below. *P*->Q->R...
CARD SORTING (20 CARDS)
创建者: JereTheJuggler
As the title implies the goal here is to sort out 20 "cards" to the correct hosts. The main deck host contains all 20 of the cards and has 4 branching chains of hosts coming off of it, each for a specific suit. Each chain consists of 5 hosts, to hold the v...
PASCAL'S TRIANGLE (NUMBER SEQUENCES)
创建者: JereTheJuggler
Pascal's Triangle is a famous infinite series of numbers that are stacked on top of each other to form a triangle. Each layer of the triangle has 1 more number than the previous row, and each number in the row is defined as being the sum of the 2 digits ab...