Skip to content
Pranshu258 edited this page Feb 5, 2015 · 5 revisions

Welcome to the Renju wiki!

Objective:

To develop a game named RENJU (strategy) which makes use of AI(Artificial Intelligence) in GUI(Graphical User interface). Here's a link to the game reference http://en.wikipedia.org/wiki/Renju We will be using MINIMAX and ALPHA BETA PRUNING for developing AI part. For the graphics part ,we will be using PYGAME and WXPYTHON libraries in PYTHON.

17 May 2014:

Cleared python basics from the following links: http://thenewboston.org/list.php?cat=36 http://www.tutorialspoint.com/python/index.htm

18 May 2014:

Learnt about PYGAME and WXPYTHON libraries from the following links: http://thenewboston.org/list.php?cat=42 http://thenewboston.org/list.php?cat=20 https://www.youtube.com/watch?v=Y7joZ67mC6o&list=PLQVvvaa0QuDcxG_Cajz1JyTH6eAvka93C

19 May 2014:

Created two basics games, here is the link to the github: https://github.com/Pranshu258/Renju/blob/master/game.py https://github.com/rhythmd/Renju/blob/master/game2.py

20 May 2014: