Skip to content

Vexfrow/Pingouins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pingouins

This project is an adaption in video game of the board game : "Hey ! That's my fish !"

It was made for a school project, using the Java language with the Swing library for the GUI part

Credits

  • BERNET Elsa - Graphic designer
  • COMBE Gaetan - AI developer
  • GREGOIRE Thomas - HMI developer / Responsible for connecting each module
  • SALLÉ Maxime - Engine developer
  • VIAL Fabien - HMI developer
  • YANG Déborah - QA tester

How to execute the game from the jar

java -jar Pingouins.java

Developers details

Rules to compile the game

javac -cp src -d out src/*/*/*.java src/*/*/*/*.java src/*/Pingouins.java

java -cp out Pingouins

Rules to compile the tests

javac -cp src -d out src/*/*/*.java src/*/Pingouins.java src/*/*/*/*.java src/tests/Tests/*.java

java -ea -cp out tests.Tests.TestsPingouins

java -ea -cp out tests.Tests.TestsTerrains

java -ea -cp out tests.Tests.TestsCoups

java -ea -cp out tests.Tests.MyTest

About

Videogame adapted from the board game "Hey! That's my fish !"

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages