Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radyio/tictactoejava
https://github.com/radyio/tictactoejava
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/radyio/tictactoejava
- Owner: RadYio
- Created: 2023-01-18T12:02:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T12:42:08.000Z (about 1 year ago)
- Last Synced: 2024-03-14T16:27:15.859Z (11 months ago)
- Language: Java
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
đź‘‹ Bienvenue sur TicTacToeJavađź‘‹
> tictactoe est un morpion en réseau avec utilisation de 'RMI'
## Installation
```sh
git clone https://github.com/RadYio/tictactoeJava.git
```
## Compilation avant d'éxécuter quoi que ce soit
```sh
cd tictactoeJava
javac *.java
```## Éxécution Serveur
```sh
java JeSuisServeur
```## Éxécution Client
```sh
java FenetreJoueurexemple: java FenetreJoueur K
```## Auteur
👤 GONIN-SAGET Allan
👤 BOULLIER Arthur
## What's next ??
- Ajouter des sons
- Gerer l'egalite
- Creer un JAR