Popular recipes by Malcolm Jeremy Lewis http://code.activestate.com/recipes/users/4191332/2014-12-27T23:20:13-08:00ActiveState Code RecipesConnect 4 (DEMO) (Python) 2014-12-27T23:20:13-08:00Malcolm Jeremy Lewishttp://code.activestate.com/recipes/users/4191332/http://code.activestate.com/recipes/578995-connect-4-demo/ <p style="color: grey"> Python recipe 578995 by <a href="/recipes/users/4191332/">Malcolm Jeremy Lewis</a> . </p> <p>Connect 4 demo I created. But since it's not finished, the script does not check for diagonals but does check columns and rows. Also I am currently working on AI, but in the meantime the computer player does not have artificial intelligence</p> Hangman Game (Demo) (Python) 2014-12-22T14:05:55-08:00Malcolm Jeremy Lewishttp://code.activestate.com/recipes/users/4191332/http://code.activestate.com/recipes/578987-hangman-game-demo/ <p style="color: grey"> Python recipe 578987 by <a href="/recipes/users/4191332/">Malcolm Jeremy Lewis</a> . </p> <p>Game is not finished yet...</p> Hangman (Python) 2014-12-24T23:24:09-08:00Malcolm Jeremy Lewishttp://code.activestate.com/recipes/users/4191332/http://code.activestate.com/recipes/578990-hangman/ <p style="color: grey"> Python recipe 578990 by <a href="/recipes/users/4191332/">Malcolm Jeremy Lewis</a> . </p> <p>This is the finished version (No visuals though). First you'll want to create some words for you to play with. When playing with maximum memory, it can take a while to check, play, and exit in this application.</p> TicTacToe (Python) 2014-12-14T16:23:44-08:00Malcolm Jeremy Lewishttp://code.activestate.com/recipes/users/4191332/http://code.activestate.com/recipes/578980-tictactoe/ <p style="color: grey"> Python recipe 578980 by <a href="/recipes/users/4191332/">Malcolm Jeremy Lewis</a> (<a href="/recipes/tags/tic/">tic</a>). </p> <p>A simple TicTacToe script including AI (Artificial Intelligence)</p>