gummyfish / FinalProject

It's just a finalproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GuessTheAnimal

Build Status

An android game demonstrating a simple AI which learns to guess animals.

This little project is my excuse to practise writing Android applications. The idea is simple enough. It's not a game as such, but rather an app that lets you train a very simple AI to guess animals by asking direct questions, like in the game "20 questions".

So far I have activities for asking questions and learning, which have been translated to several languages. It will learn animals but doesn't save them to file yet, so if you close the application, its knowledge will likely be lost. I'll probably add more as I try out Android features and try out refactoring with TDD in Java.


Copyright (C) 2017 Siôn le Roux

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See LICENSE.txt for details.

About

It's just a finalproject

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%