Try My Puzzle Game: MarioQWE's Github Page

  • Thread starter Thread starter Marioqwe
  • Start date Start date
  • Tags Tags
    Game Puzzle
AI Thread Summary
A user has developed a puzzle game and shared it on their GitHub page, inviting feedback. The game received positive comments, likened to the popular game 2048, although some players found the rules initially unclear. The developer provided access to the source code and discussed the programming language used. There was a suggestion to explore Elm, a functional reactive programming language that compiles to JavaScript, HTML, and CSS, highlighting its streamlined coding style and features like a time-traveling debugger. Other participants expressed interest in learning Elm and game development, sharing resources like Codecademy for scripting education.
Marioqwe
Messages
65
Reaction score
4
Hey all! I finally decided to code a puzzle kind-of game I came up with a few weeks ago and I would love it if you tried it. Let me know what you think ;) (It's hosted in my github page):

http://marioqwe.github.io/
 
  • Like
Likes ProfuselyQuarky, Pepper Mint and collinsmark
Physics news on Phys.org
Nice game. It took a bit of playing to figure out the rules from what you described.

Are you going to share the source code? or what language its written in?
 
  • Like
Likes Marioqwe
@Marioqwe Your game is as entertaining as 2048! :smile:
 
  • Like
Likes Marioqwe
Have you looked at Elm programming? It would be interesting to see how streamlined your game would be in Elm's terse style.

Elm is a functional reactive programming language that compiles to javascript+html+css

www.elm-lang.org and www.elm-tutorial.org

Also @Borg should see this too.
 
jedishrfu said:
Have you looked at Elm programming? It would be interesting to see how streamlined your game would be in Elm's terse style.

Elm is a functional reactive programming language that compiles to javascript+html+css

www.elm-lang.org and www.elm-tutorial.org

Also @Borg should see this too.

I had never heard of it and it actually looks pretty cool. I'll certainly play around with it sometime.
 
Marioqwe said:
I had never heard of it and it actually looks pretty cool. I'll certainly play around with it sometime.

There's a youtube video to watch by Evan Czapick, Wlm's creatori:



The coolest feature is the Time Traveling debugger where you can replay your interactions with the Elm program and then correct things as needed.
 
  • Like
Likes Kirito123
jedishrfu said:
Have you looked at Elm programming? It would be interesting to see how streamlined your game would be in Elm's terse style.

Elm is a functional reactive programming language that compiles to javascript+html+css

www.elm-lang.org and www.elm-tutorial.org

Also @Borg should see this too.
I'll have to see if I have some time tomorrow or this weekend.
 
jedishrfu said:
Have you looked at Elm programming? It would be interesting to see how streamlined your game would be in Elm's terse style.

Elm is a functional reactive programming language that compiles to javascript+html+css

www.elm-lang.org and www.elm-tutorial.org

I'm going to check that out to, i really want to learn for to script. Its actually what i want to become in the future (game developer). Already starting to learn on a website called "code academy". If you know another sites that are for learning scripting PLS MESSAGE ME IT, Thanks o0).
 
Back
Top