Giter Club home page Giter Club logo

jpacman_tp3's Introduction

JPacman (Software Reengineering Build)

About

Pacman-like game used for teaching. The original JPacman repository was developed at Delft University of Technology.

This fork is used by the Software Reengineering course at the University of Antwerp. Warning: if you are not a student for the Software Reengineering course, I strongly recommend you fork the original JPacman repository intead of this one.

This fork contains bad smells and questionable practices (effectively making the code quality worst) introduced on purpose so that students can use reengineering tools to find and refactor these bad practices. Moreover, the testing parts of this fork will change from the original repository. Although, many parts of the code are still left untested intentionally.

Getting Started

IntelliJ

  1. Git clone the project
  2. Open IntelliJ and create new project "from existing sources"
  3. Select 'Gradle' in the following screen as external model, and click 'Next'
  4. In the next screen, optionally adjust the Gradle options and click 'Finish'
  5. To see JPacman in action: run nl.tudelft.jpacman.Launcher
  6. To run the test suite in IntelliJ: right click on a test or directory -> Run or Run ...Test
    1. To see the coverage, on the Gradle tasks plugin right click on 'test' and select -> Run 'jpacman[test]' with Coverage

Command line

  1. Git clone the project
  2. To build JPacman without running: ./gradlew build
  3. To see JPacman in action: ./gradlew run
  4. To run the tests use: ./gradlew test
  5. For static analysis tools (not used in Software Reengineering): ./gradlew staticAnalysis
  6. For static analysis tools and tests (not used in Software Reengineering): ./gradlew check

jpacman_tp3's People

Contributors

avandeursen avatar casperboone avatar jeroenroosen avatar liamclark avatar mauricioaniche avatar hscrocha avatar mernst avatar timvdlippe avatar azqanadeem avatar inventitech avatar qdrien avatar michaeldejong avatar gijsweterings avatar lotterleben avatar mpsijm avatar meesfrensel avatar miguendes avatar huang-da 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.