Oh hey, I made a game

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FoJaR
    The Worst
    • Nov 2005
    • 2816

    #16
    Re: Oh hey, I made a game

    Originally posted by shenjoku
    Having to re-click the same box to move it multiple times is a bit frustrating. Would be nice if it stayed selected until you select something else or click outside to deselect everything.
    +1

    if you want to avoid double moves add an undo

    Comment

    • 25thhour
      I like max
      • Feb 2007
      • 2922

      #17
      Re: Oh hey, I made a game

      Couldn't get the first level. gave up
      r bae adam bae max bae bridget bae claudia bae trevor bae adam2 bae mayo bae keith bae

      Comment

      • Hakulyte
        aka Haku
        • Jul 2005
        • 4697

        #18
        Re: Oh hey, I made a game

        I spent 30 min trying to do:
        Code:
        741
        852
        963
        instead of
        Code:
        123
        456
        789
        Gotta love reading instructions too quickly.

        I would have never figured out you could do a 3x3 square if someone didn't say it in the thread too. It wasn't my first reflex to select twice/double click the top left corner.

        Interesting game actually, will give it a more serious try later on.

        Comment

        • Guest15937
          One-handed elite
          • May 2008
          • 1464

          #19
          Re: Oh hey, I made a game

          The tutorial puzzle is solved by rotating a 3x3 square, so...reading instructions too quickly :P

          Though I'm glad you find it interesting

          Also...




          What the actual heck Benny, how are you wrecking this game so fast
          The renegade has betrayed me.

          Comment

          • benny58624
            FFR Veteran
            • May 2014
            • 352

            #20
            Re: Oh hey, I made a game

            Originally posted by Guest15937
            What the actual heck Benny, how are you wrecking this game so fast
            That's mostly from the easier levels. Im sure the later ones will become very difficult.
            I like the game
            It would be nice if there was an undo button.

            There are a few levels where I do less moves than required for 5 stars. Are we supposed to be able to do that?

            Comment

            • Guest15937
              One-handed elite
              • May 2008
              • 1464

              #21
              Re: Oh hey, I made a game

              Originally posted by benny58624
              There are a few levels where I do less moves than required for 5 stars. Are we supposed to be able to do that?
              Haha, that just means you beat the generator :P

              I already knew of one level where this is possible. I'm not sure if there are more though
              The renegade has betrayed me.

              Comment

              • benguino
                Kawaii Desu Ne?
                • Dec 2007
                • 4190

                #22
                Re: Oh hey, I made a game

                Tried making a program to solve this game...unfortunately it sometimes does a terrible job at finding the optimal solution (especially when I hit intermediate) but it always manages to find a solution.
                AMA: http://ask.fm/benguino


                Originally posted by Spenner
                (^)> peck peck says the heels
                Originally posted by Xx{Midnight}xX
                And god made ben, and realized he was doomed to miss. And said it was good.
                Originally posted by Zakvvv666
                awww :< crushing my dreams; was looking foward to you attempting to shoot yourself point blank and missing

                Comment

                • Ksl33zy24
                  The New York Yankees
                  • Dec 2009
                  • 1047

                  #23
                  Re: Oh hey, I made a game

                  benny is just a sick gamer.
                  it was urgent because i wanted it fixed fast.

                  Comment

                  • Guest15937
                    One-handed elite
                    • May 2008
                    • 1464

                    #24
                    Re: Oh hey, I made a game

                    Originally posted by reuben_tate
                    Tried making a program to solve this game...unfortunately it sometimes does a terrible job at finding the optimal solution (especially when I hit intermediate) but it always manages to find a solution.
                    Haha, nice

                    I know that eventually the puzzles get complex enough that it's pretty much impossible just to brute force every single possible chain of moves to find the optimal solution (even just a 6-move 4x4 like intermediate 13-16 has 28^6 = 481,890,304 possible chains of 6 moves, and that pales in comparison to the higher difficulties, so to solve this game with a program you'd have to do something other than brute force. And judging by the fact that your program does not always get the optimal solution, it must not be brute-forcing, so props to you

                    I'd be interested to know if it is possible to write a program that could 100% the game.
                    The renegade has betrayed me.

                    Comment

                    • benguino
                      Kawaii Desu Ne?
                      • Dec 2007
                      • 4190

                      #25
                      Re: Oh hey, I made a game

                      Yeah, I'm not brute forcing xD Basically, I'm recasting the game into a mathematical problem. Each rotation can be realized as a permutation on the grid of numbers. Those rotations generate a subgroup of some permutation group. The solution to a particular puzzle itself can be realized as a permutation. So it's a matter of writing the puzzle's permutation in terms of generators of the permutation subgroup. I'm using Sage at the moment which has a function to do exactly that however I think it's giving me the first solution it comes up with and not the optimal one
                      AMA: http://ask.fm/benguino


                      Originally posted by Spenner
                      (^)> peck peck says the heels
                      Originally posted by Xx{Midnight}xX
                      And god made ben, and realized he was doomed to miss. And said it was good.
                      Originally posted by Zakvvv666
                      awww :< crushing my dreams; was looking foward to you attempting to shoot yourself point blank and missing

                      Comment

                      • MarcusHawkins
                        The Punny Anti-PA Guy
                        • Jun 2013
                        • 1221

                        #26
                        Re: Oh hey, I made a game

                        I like this game, I got to use my brain to see patterns and solve puzzles in the order of ascending numbers! (I'm currently 2nd place overall, Benny is a genius at this game)

                        However, I do wish there was an undo button, so if I make a mistake, I can undo my last move, which lets me go back and re-correct myself!

                        Nonetheless, thanks for bringing in this fun and addicting game!

                        Originally posted by Ghost_Medley

                        This man is three months too early.
                        Originally posted by badman7772
                        Guess I'll take another Quality Pack please. I won't have Hawkins luck but I'm sure I'll have badluck7772.

                        Originally posted by _Zenith_
                        what the fuck marcus lmao

                        Originally posted by rushyrulz
                        You should all thank MarcusHawkins btw

                        Originally posted by DDRNGGin
                        Marcus is probably going to be the main man to win this (You will always be my DDR brother for life, MarcusHawkins! )

                        Originally posted by Sky Kitten
                        Best Newbie
                        1st: MarcusHawkins: 4

                        Up And Coming FFRer
                        2nd: MarcusHawkins: 3

                        Comment

                        Working...