An open API service indexing awesome lists of open source software.

https://github.com/probablyclem/esgi-scala-m1

projet scala s1
https://github.com/probablyclem/esgi-scala-m1

Last synced: over 1 year ago
JSON representation

projet scala s1

Awesome Lists containing this project

README

          

# Projet M1 S1 Scala
Membre:
- Clément GUITON
- Yorgo AOUN
- Skander LATRACH

## Build
scalac Main.scala

## Run
scala Main

## Actions
- Exit: ferme le programme
- dummy: affiche un tableau de 3 x 4
- dummy2: affiche un tableau de 3 x 1
- new_canvas [width] [height] [color]: crée un nouveau tableau de taille [width] x [height] avec le charactere [color]
- load_image :crée une canvas partir d’un fichier existant
- DrawRectangle : Dessine un rectangle a partir de lignes horizntales et verticales
- BucketFill : dessine des lignes verticales et horizontales
- update_pixel : mettre a jour un pixel à partir de ses coordonnées, en changeant sa couleur.
- drawFill : colorie une forme de la même façon que le pot de peinture depaint