CodeGuppy Posted March 2, 2019 Share Posted March 2, 2019 Here are 3 micro puzzle games for kids and beginners. These games are intended to teach beginners game programming with JavaScript -- therefore there are offered in full source code. You can inspect the source code and then fork it and make your own version of the game (for instance you can easily customize the background and add some interesting image). Another useful feature - these mini games can be used as electronic greeting cards. You can customize the games to display a personal message after the user solves the puzzle! Once you do this modifications, share your personal version of the game with your friends using the Share button (from editor). Word Search https://codeguppy.com/run.html?word_search Sliding Puzzle https://codeguppy.com/run.html?sliding_puzzle X and 0 https://codeguppy.com/run.html?xand0 Please let me know your feedback ? Quote Link to comment Share on other sites More sharing options...
Nagval333 Posted March 7, 2019 Share Posted March 7, 2019 Nice, are you using some minimax algo for Tic Tac Toe game, or just some game patterns... The game's AI is pretty weak. Quote Link to comment Share on other sites More sharing options...
CodeGuppy Posted March 12, 2019 Author Share Posted March 12, 2019 Thanks for the feedback. The game is basic as is intended to be implemented by beginners following a tutorial (click the link at the bottom of the page to see the source code). By the way: what tool did you use to generate the animated gif? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.