Memory game is on of my favorite table top games, its simple but I wonder how I would code one myself, it may be actually tricky to program. I didnt find bugs so good job.
I really like that the board gets wiped after getting 8 pairs so you can keep going for as long as possible, it's a fantastic detail for a game like this! By the way, what did you use to make this game?
Comments
Cool little matching game you got there! Like the use of an actual font instead of drawing all the art, creative speedrun gamedev trick right there!
Some sound and music would be a cool expansion on the game! My best was 8 points (clearing 1 screen)
It works pretty good! My highest score was 10.
Memory game is on of my favorite table top games, its simple but I wonder how I would code one myself, it may be actually tricky to program. I didnt find bugs so good job.
I really like that the board gets wiped after getting 8 pairs so you can keep going for as long as possible, it's a fantastic detail for a game like this! By the way, what did you use to make this game?
I use p5.js (processing). Source code is in the openprocessing site. It is supposed to be linked in the menu...
sorry for late response, it seems I get no warnings when I have a comment.
I used p5js as you can see in the description ( can't you?)
good stuff. reminds me of one of my own. add a couple sound effects and maybe a short tune and take it to the next level :)
I was thinking about it but I'm unsure about how to deal with sounds in p5js. Will they slow down gameplay?
(And I'm programming in a computer without speakers).