sambodanis/HandwritingRecog
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
An implementation of the game noughts and crosses where the players directly draw their shapes onto the board. The program uses a neural network to recognise the drawings and determine whether the drawing was correct. To run: Compile: "javac *.java" Run: "java Play" Play.java, whichPlayer.java and Help.java were written by https://github.com/narayn60