ComputerCraft Forums

ComputerCraft => Programs => Games => Topic started by: KingofGamesYami on Aug 13, 2018, 01:05 AM

Title: Infinity Loop CC
Post by: KingofGamesYami on Aug 13, 2018, 01:05 AM
This is my port of infinity loop (http://loopgame.co/) to ComputerCraft. It's a simple puzzle game with one objective - tie up all the ends, creating one or more infinite loops.
The program features the game itself as well as an editor. To aquire it, simply run:
pastebin get SFuBaAKT (http://pastebin.com/SFuBaAKT) infloop
Editor:
After selecting the file to edit, use 'q' to save & quit, or 'r' to randomize the direction of the tiles. Right & Left click cycle through tiles.
I encourage you to send a PR with your files to my github repository (https://github.com/dirthsj/InfinityLoopCC), which can be downloaded by anyone.
New! Use 'c' to choose foreground and background colors! (foreground prompts first)
Main Game:
Use right or left click to rotate a tile
Credits:
nitrogenfingers for his excellent micropaint (http://www.computercraft.info/forums2/index.php?/topic/27331-micropaint-experimental-painting-program-for-tiny-pixels/) program
CoderPuppy (http://www.computercraft.info/forums2/index.php?/user/14937-coderpuppy/) for beta-testing
∞ Infinity Games (https://play.google.com/store/apps/dev?id=5831537787252991481) for creating the original game (I've played more than 1000 levels!)
ElvishJerricco for his json API (http://www.computercraft.info/forums2/index.php?/topic/5854-json-api-v201-for-computercraft/)
Versions:
1.1 - Added a menu, including an option to download levels from GitHub
1.2 - Added custom color support
1.25 - Fixed color changing in the editor
1.5 - Added solve.lua support (download, solve, and generate random)
This program uses my minimenu (https://forums.computercraft.cc/index.php?topic=24.0) and menu (https://forums.computercraft.cc/index.php?topic=25.0) to provide a UI.