Skip to content

Makers Week 9 - An attempt at creating a game that uses Machine Learning to learn how to play and improve over time

Notifications You must be signed in to change notification settings

SimonTanner/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tictactoe in Python

by MA Remote April 2017 cohort of 5 Sandy Cochrane, Cristina Iannone, Sophie Mann, Paula Muldoon, Simon Tanner

We set ourselves the challenge of learning Python/Django in 4 days and creating a Tictactoe game from scratch!


Run locally

View the repository here on GitHub

Clone the repo. Then:

python manage.py runserver

To run the tests

Feature tests:
(from machine-learning folder):
python master-folder/ttt/tests/functional_tests.py

Unit tests:
(from master-folder):
`python manage.py test`

To view in browser

python manage.py runserver

Then start the server at localhost:8000


Processes

  • TDD
  • XP
  • Agile
  • Pair programming

Technologies used

  • Python 3.6.1 as the main back-end language
  • Django for the framework
  • Github for branches/teamwork
  • Git for version managing

## Images Hosted on Imgur

User Stories

As a robot So that I can develop social skills I would like to play tic-tac-toe

About

Makers Week 9 - An attempt at creating a game that uses Machine Learning to learn how to play and improve over time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages