Coder Social home page Coder Social logo

jbt-3's People

Contributors

jm179796 avatar josephleakey avatar liamoxley avatar mart500 avatar mikeywalsh avatar mm1544 avatar notkieran avatar robinstephenson avatar tc975 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jbt-3's Issues

Marked Presentation

Each team is required to make a presentation of the finished game as if to an external client. The client, who will be an experienced software engineer or games developer, will question the teams about their games and may ask to see the accompanying marketing and technical information on the website. The presentation should assume that the client is interested in buying or marketing the product, and is thus aware of the requirements specified for the product (including the changes in Assessment 4). Whilst the client will be interested, in general, in major design decisions, the quality of the software, and the playability of the game, s/he is likely to be also interested in the potential market for, and extensibility of, the product.
The presentation will take place in a meeting room with access to the University computer network: within this constraint, teams can use any appropriate media, and any combination of team members may take part. The presentation should take at most 5 minutes.
Each team will be marked on the clarity and appropriateness of its presentation and its interaction with the client. Marking is independent of the client’s award (the prize!) for what s/he considers the best product.

Improve Exceptions Throwing

Instead of returning false for error or true for success, or an enum representing an error, normal exceptions should be thrown.
When making these changes make sure to update relevant tests, and any code that uses the method you're changing. We want to be very careful not to create more bugs.

Updated User Manual

Part of the marketing and technical information that the client may ask to see during the presentation.

Check test quality

Check the quality of existing tests and make any required changes.
For any tests that aren't documented, write a docstring about what they are testing

Market Crash

Market crashes when you buy more robotics than are available

Implement scoring from caught vice chancellors

At the moment, a field in the player class is incremented when a player catches a vice chancellor.
The score at the end of the game actually needs to be updated due to this though.

The testing for scoring will also need to be updated to accomodate these new changes.

Update website

Do this on a separate branch and do not push changes to gh-pages until after assessment 3 marks are out

Update LandPlot.produceResources to use LandPlot.produceResource(ResourceType)

produceResources() returns an int[] containing how many of all resources was produced.
produceResources(ResourceType) returns an int of how many of the given resource was produced.
Refactor prouduceResources() to use the produceResource(ResourceType) to make the code more maintainable, readable, and have less duplication.

While you're there you can try and add some tests to cover the resource production related areas of code.

Should no more than an hour.

Increase test coverage

Use IntelliJ to see what the tests are missing and write additional tests to cover as many code paths as possible.

Vice Chancellor Mini game

Requirement

Add a “capture the chancellor” mode: after carrying out placement of roboticons, etc,
there should be a 15 second period in which the Chancellor may randomly appear on
the map, and the player must try to capture them for extra points.

Check if synchronized is actually neccesary

Ive noticed a lot of methods which write something are synchronized but not all. I haven't found any mention of threading in the game or on libgdx saying you have to do this.

Check whether they actually need to be synchronized and remove them if not.

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.