Author Topic: [Contest 2013][Basic] Binary puzzle  (Read 3795 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
[Contest 2013][Basic] Binary puzzle
« on: October 10, 2013, 03:23:16 pm »
So yeah, i'll try to make it in time, make a binary puzzle in ti-basic! (and hope i won't lose code, lol)

Also, is it ok if I make the engine and shamelessley rip the puzzles off of http://www.binarypuzzle.com ?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: [Contest 2013][Basic] Binary puzzle
« Reply #1 on: October 10, 2013, 04:01:16 pm »
Shamefully*
* Streetwalker runs
Nah it sounds fun. I hope you can pull it off. ;)

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: [Contest 2013][Basic] Binary puzzle
« Reply #2 on: October 10, 2013, 04:27:11 pm »
Those puzzles are actually more fun than they look at first... what I'd like to see is some kind of error highlighting - that lacks the original ;)

Good luck Sorunome :)

Offline harold

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 226
  • Rating: +41/-3
    • View Profile
Re: [Contest 2013][Basic] Binary puzzle
« Reply #3 on: October 10, 2013, 04:51:54 pm »
Well as you may know I made this, so if you need any help.. (with, say, a ton of 8x8 puzzles, so you don't have to rip that site)
« Last Edit: October 10, 2013, 04:54:12 pm by harold »
Blog about bitmath: bitmath.blogspot.nl
Check the haroldbot thread for the supported commands and syntax.
You can use haroldbot from this website.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Contest 2013][Basic] Binary puzzle
« Reply #4 on: October 11, 2013, 09:43:40 am »
Well as you may know I made this, so if you need any help.. (with, say, a ton of 8x8 puzzles, so you don't have to rip that site)
ha, thanks!


Also, are we allowed to use 'hacked' tokens for pure basic, like the 11th matrix etc? (as they don't require another prog on your calc)

EDIT: progress!

It checks if the field is pre-defined before changing, the field is set over a matrix which is hard-coded though :P
Anyways, next i'll need to check if you won :)
« Last Edit: October 11, 2013, 10:50:12 am by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline harold

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 226
  • Rating: +41/-3
    • View Profile
Re: [Contest 2013][Basic] Binary puzzle
« Reply #5 on: October 11, 2013, 11:22:11 am »
I can deliver the puzzles as solution+mask, that way the "win" check is trivial
Blog about bitmath: bitmath.blogspot.nl
Check the haroldbot thread for the supported commands and syntax.
You can use haroldbot from this website.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Contest 2013][Basic] Binary puzzle
« Reply #6 on: October 11, 2013, 11:22:41 am »
i didn't want to do it over a mask to be more awesome, but thanks anyways ^.^

EDIT: w/e, i'm doing a mask, i just came up with a epic idea on how to, so if you could give me those it would be so awesome :3

EDIT2: ok, i got the mask working ^^ lol, i'm so speeding through this xD
« Last Edit: October 11, 2013, 11:53:40 am by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline harold

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 226
  • Rating: +41/-3
    • View Profile
Re: [Contest 2013][Basic] Binary puzzle
« Reply #7 on: October 11, 2013, 12:14:22 pm »
Here are some, format is mask (hex), solution (hex), hardness, timestamp.
The levels are a better indication of how hard they are, but within a level the hardness is relevant.
level 1
level 2
level 3
level 4
level 5
level 6
« Last Edit: October 11, 2013, 12:21:32 pm by harold »
Blog about bitmath: bitmath.blogspot.nl
Check the haroldbot thread for the supported commands and syntax.
You can use haroldbot from this website.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Contest 2013][Basic] Binary puzzle
« Reply #8 on: October 11, 2013, 12:16:33 pm »
*level overflow*
Anyways, thank you!
What puzzle sizes do you use?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline harold

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 226
  • Rating: +41/-3
    • View Profile
Re: [Contest 2013][Basic] Binary puzzle
« Reply #9 on: October 11, 2013, 12:22:12 pm »
Only 8x8, easier to work with (just some nice 64bit bitmath). Added a level 6 btw, for truly insane stuff.

Btw, I didn't include mirror images, rotations, or inversions. So you can make approximately 7 times as many puzzles (you'd think 8, but sometimes they're symmetric so the (inverse of) mirror image or rotation is the same as the original) with these.
« Last Edit: October 11, 2013, 12:27:15 pm by harold »
Blog about bitmath: bitmath.blogspot.nl
Check the haroldbot thread for the supported commands and syntax.
You can use haroldbot from this website.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Contest 2013][Basic] Binary puzzle
« Reply #10 on: October 29, 2013, 07:50:29 pm »
holy sh*t, either i'm parsing those wrong or level1 is rediculous hard O.O

EDIT: Maybe it is just me being brain-dead late at night.

Anyways, nice update with a menu, level select, speed optimization and loading data off of a list.

Here's a screenie:


Maybe i'll be able to remove the flickering a bit more, but i am far to tired at 2:20 in the morning ;)

EDIT2: also, any feature ideas?
« Last Edit: October 29, 2013, 09:27:38 pm by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Le solutionneur

  • LV3 Member (Next: 100)
  • ***
  • Posts: 70
  • Rating: +14/-10
    • View Profile
Re: [Contest 2013][Basic] Binary puzzle
« Reply #11 on: October 30, 2013, 07:34:12 pm »
If you want to use the puzzles offered on http://www.binarypuzzle.com then you should contact them ;)
[email protected]
« Last Edit: October 30, 2013, 07:34:45 pm by Le solutionneur »
"Commit to the Lord whatever you do and your plans will succeed." - Proverbs 16:3
"Whatever you do, work at it with all your heart, as working for the Lord, not for men. " - Colossians 3:23

Offline AssemblyBandit

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 374
  • Rating: +60/-1
  • ~AssemblyBandit~
    • View Profile
    • briandm82.com
Re: [Contest 2013][Basic] Binary puzzle
« Reply #12 on: October 31, 2013, 01:01:10 am »
It looks like your almost finished! Very nice!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Contest 2013][Basic] Binary puzzle
« Reply #13 on: October 31, 2013, 07:32:16 am »
If you want to use the puzzles offered on http://www.binarypuzzle.com then you should contact them ;)
[email protected]
I use the ones harold gave me, but thanks :)
It looks like your almost finished! Very nice!
Ha, thanks :)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: [Contest 2013][Basic] Binary puzzle
« Reply #14 on: November 01, 2013, 01:48:37 pm »
What's with the flicker. O.O
But it looks nice otherwise.