Git Product home page Git Product logo

pacmanplusplus's Introduction

PacmanPlusPlus

Developers

  • Thomas Galvin
  • Rose Kirtley
  • Boyan Bonev
  • Lyubomir Pashev
  • Simeon Kostadinov
  • Andrei-Marius Longhin

Contributions

We welcome contributions from external developers. To do so please fork the repository, work on the game following the guidelines outlined in the Dev Info section and create pull requests for your changes.

Dev Info

Eclipse setup

To work on the project in Eclipse please follow the steps below:

  1. Create a new project called PacmanPlusPlus (the name needs to be exactly that)

  2. In Build Path, add the folder resources to the sources.

  3. In Build Path, add the following libraries:

  • JUnit 4
  • Mockito ALL 1.9.5. (available here)

The game can now be run from the main class GameUI.

Automated run of unit tests

In a Terminal/CMD cd into the PacmanPlusPlus directory.

When inside the directory, you can run all the unit tests using the command:

./gradlew test for Unix-based OS's or

gradlew test for Windows

NOTE: This command runs ALL tests for ALL services.

Code coverage

From inside PacmanPlusPlus run using:

./gradlew jacocoTestReport for Unix

gradlew jacocoTestReport for Windows

Then you can find the generated HTML report inside java-team-project/build/reports/jacoco/test/html.

Note

For any gradle task to work, gradle needs to be installed first. See instructions on how to do that here.

You might also want to run the gradle wrapper task first to avoid any wrapper-related errors.

pacmanplusplus's People

Contributors

bibonev avatar tom-galvin avatar simonnoff avatar lpashev avatar roselk avatar

Watchers

 avatar  avatar  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.