Code Monkey home page Code Monkey logo

Comments (5)

bschache avatar bschache commented on August 20, 2024

Brian Schacherer - 5/24/2014
7 hours.

from clue.

bschache avatar bschache commented on August 20, 2024

Brian Schacherer - 5/24/2014
3 hours
Added more functions to the Game class.
Added handling a dropped client connection.
Added pickSolution to game Class.
Added intialize HintCards to Game Class.

from clue.

bschache avatar bschache commented on August 20, 2024

Brian Schacherer 5/25/2014
5 hours
11:00 to 4:00
Added a SystemDriver to test ClientController->ClientNetwork->ServerNetwork->ServerController->Game and then back again.

Fixed serialization issues. (All Objects transmitted over the network must implement Serializable.)

Added methods to State to Override Observable methods. The overrides allow a getObserver() method and a addOldStatesObservers method. Needed to copy observers from a previous state. Added a triggerChange method to alert observers of the State.

ArrayList variables accessed by asyncronous threads were throwing a Concurrent Modification Exception changed these ArrayList to thread safe variables - CopyOnWriteArrayList.

from clue.

bschache avatar bschache commented on August 20, 2024

Brian Schacherer 5-26

Added new functions, corrected logic, and fixed compilation errors in junit classes.

-2 hours

from clue.

bschache avatar bschache commented on August 20, 2024

Completed and moved ongoing work to the defects issue task.

1 hour doing integration tests.

from clue.

Related Issues (20)

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.