Code Monkey home page Code Monkey logo

iataaa's Introduction

IAtaaa

IAtaaa Server is web platform to manage artificial intelligence game. The name IAtaaa stands for the IA (Intelligence Artificielle in french) acronym and the Yatta japanese word for "We did it". For now only game is implemented:

  • Checkers: It's to possible to game against computer but AI is not yet implemented. Computer play random move.

Architecture

You can find 2 directories in this repository:

  • api: It contains all api (contains README)
  • ui: It contains project of IAtaaa user interface (contains README)

Technologies

List of technologies used in this project:

  • Java 9
  • Spring Boot 2
  • Maven
  • Docker
  • Docker Compose
  • React
  • Redux

Getting Started

Requirements

It is necessary for run IAtaaa in your computer.

  • Docker
  • Docker Compose

Run project on your computer

docker-compose up -d

Navigate to http://172.16.0.30:3000

Warning: It's no configured to run in production.

Screens

Image of checkers creation Image of checkers

Contributor

iataaa's People

Contributors

anthogdn avatar

iataaa's Issues

Add checkers rules module to implements checkers rule

This maven module implements 3 methods :

  • getInitializedCheckersBoard: get initialized checkers board;
  • isValidMove: take a initial checkers board, checkers board witch represent a move and player number in parameters. This method indicate if move is correct;
  • getAvailableMoves: take checkers board and player number and get available moves.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.