This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
InputUsername's profile picture

Lights

Started by InputUsername, 23 March 2014 - 04:26 PM
InputUsername #1
Posted 23 March 2014 - 05:26 PM
Hello everyone, here's a simple game I've made. It's called Lights.

Gameplay:
The game consists of a number of lights. When you click a light, it will toggle itself and the lights next to it. All levels are completely random, therefore some levels might be impossible.

There are two game modes, Regular and Pattern.
In regular mode, the goal is to turn every light on (green). In pattern mode, you must copy a certain pattern to win.

Screenshots:

Regular game mode


Pattern game mode


Menu


Options


Win

Even more: http://imgur.com/a/B2hFv

Download:
pastebin get 4fx4HnK9 lights

As always, please post any bugs, unwanted features or feature requests.

Thanks for playing!
oeed #2
Posted 23 March 2014 - 08:55 PM
I really like this. It's really nice and simple.

The main issue I found was that it was often a little to easy. Maybe add difficulties that increase the number of lights.
CometWolf #3
Posted 23 March 2014 - 09:39 PM
Based on the options screenshot, i do believe you can do that yourself. Although perhaps a random amount of lights option could be a good addition.
oeed #4
Posted 23 March 2014 - 10:32 PM
Based on the options screenshot, i do believe you can do that yourself. Although perhaps a random amount of lights option could be a good addition.

*faceplam*

Yes, you're right.

Although, I do think difficulties would be good. Maybe make a slightly more complex algorithm that can make it harder or easier.
Geforce Fan #5
Posted 16 May 2014 - 10:17 PM
I really like this game.
I was also able to port it to Sappphari(click the link in my signature), and it can now be played online!
Took a while to find a game without an installer. I then went in and removed the exit button, and changed os.pullEvent to sapphUtils.pullEvent. Easy.
Edited on 16 May 2014 - 09:01 PM