Giter Club home page Giter Club logo

plt-grp5's Introduction

Contributors Forks Stargazers Issues MIT License

forthebadge forthebadge

Projet Logiciel Transversal : ENSEAi

c++ version software version

Table of Contents

Introduction

The [PLT] Projet Logiciel Transversal (Transversal Software Project) is the third year project in specialization [IS] Informatique et Systèmes (computer science and system) at ENSEA.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Resynchronize the package index files

sudo apt-get update

Install with apt-get

sudo apt-get install build-essential \
dia \
libsfml-dev libxml2-dev libmicrohttpd-dev libboost-all-dev \
python3 python3-pip \
lcov gcovr

Install python package with pip (or pip3)

pip install gcovr

Install jsoncpp lib

sudo apt install libjsoncpp-dev

Installation

  1. Clone the repo
git clone https://github.com/[username]/[reponame]
cd plt
  1. Build it
plt$ make
  1. Test it
plt$ make test

Usage

Basic Testing

Print a hello world message

plt$ bin/client hello

Execute unit testing

plt$ make test

Check code coverage

plt$ cd build
plt$ make code-coverage

Release History

  • 3.final

    • Rapport section 5 : Intelligence artificielle - stratégie avancée
    • Code : Implémentation d'une nouvelle IA avec une stratégie avancée, basée sur un arbre de recherche et l'algorithme minimax.
  • 3.1

    • Rapport section 5 : Intelligence artificielle - stratégie heuristique
    • Code : Implémentation d'une nouvelle IA avec une stratégie sur base de règles heuristiques.
  • 2.final

    • Rapport section 5 : Intelligence artificielle - stratégie aléatoire
    • Code : Implémentation d'une première IA avec une stratégie aléatoire.
  • 2.2

    • Rapport section 4 : Règles de changement d’états et moteur de jeu
    • Code : Implémentation d'un moteur de jeu modifiant l'état du jeu selon les règles établies.
  • 2.1

    • Rapport section 3 : Description et Conception des du rendu selon les états du jeu
    • Code : Implémentation du rendu du jeu en fonction de ses états.
  • 1.final

    • Rapport section 2 : Description et Conception des états
    • Code : Implémentation des tests unitaires d'états. Test avec make test
  • 1.1

    • Environnement de d´eveloppement
    • Ajout des ressources utilisées
    • Rapport section 1 : Présentation générale
    • Code : Affichage message ./bin/client hello

Built With

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

plt-grp5's People

Contributors

adam-chel avatar mamdad0u avatar paullgk avatar skyvaxs avatar towzeur avatar

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.