The object-oriented programming (INF1636) discipline project of the Pontifical Catholic University of Rio de Janeiro, in the first half of 2016. Its objective is to implement a board game, called ludo, in Java. The project consists of a logical part and a graphical interface.
We implemented a Ludo board game in Java, using some design patterns: Singleton; Facade; Observer.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Go to http://www.oracle.com/technetwork/pt/java/javase/downloads/index.html
and download the latest version of Java Platform (JDK) and install it.
After this,
Go to http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/oxygen2
and download latest version of Eclipse Java and install it.
A step by step series of examples that tell you have to get a development env running
Say what the step will be
Give the example
And repeat
until finished
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Java Platform (JDK) 8u111 - Java JDK
- Eclipse - Eclipse
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fernando Homem da Costa - nandohdc@nandohdc.me - nandohdc
- Mateus Ribeiro - matcastro2004@yahoo.com.br - matcastro
This project is licensed under the MIT License - see the LICENSE.md file for details