Code Monkey home page Code Monkey logo

software-engineering-final-sprint's Introduction

Sprint 5, Team 2

By: Dushan Terzikj ([email protected]), Iulia Cornea ([email protected])

PencilProducer

Compiling and Testing

Compiling of the source tree is automated via CMake. You can build the sources using the following commands:

$ mkdir build
$ cd build
$ cmake ..

Finally, install the binaries using while you are in build folder:

$ make

To build the documentation, go to the build folder and type:

$ make doc

Binaries are built in the build/ directory.

$ ./src/pencile_producer

To run testing, first make sure you are in the build folder and run make:

$ cd test
$ ./test_welcome

If there are any errors with building, you are probably missing some dependencies. See the dependencies below.

Dependencies

To build this software, one needs:

  • g++
  • cmake
  • make
  • pkg-config
  • GoogleTests

The core PencilProducer executable require:

  • qt5-default

The documentation target requires:

  • doxygen

If you still cannot build the project, call technical support from the contributors.

Fix up for Sprint 4

  • Save is implemented on exit instead of a button and select a file
  • Upgrade the APM

Fix up for Sprint 5

  • Fixed API.
  • Added a refresh button on the welcome screen for refreshing highscores.
  • Project was restructured.
  • Added extra debugging tools (intelligence, marketing and pencils in inventory)
  • Added game-over window once total pencils reaches 25k.
  • Improved classes OOP concept structure (well defined private and public sectors), (apm.h).
  • Documented all functions in the codebase and added inline comments.
  • Improved gameplay UI.

software-engineering-final-sprint's People

Contributors

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