Coder Social home page Coder Social logo

-team-3-hunt-the-wumpus-'s People

Contributors

albert-du avatar connorno avatar openwiza avatar perrytheplaty43 avatar zestyts avatar zoeanderton avatar

Stargazers

 avatar

Watchers

 avatar  avatar

-team-3-hunt-the-wumpus-'s Issues

Objects have properties that they shouldn't have.

  • Player object shouldn't have a property to see if the Wumpus is Alive, that should be in a Wumpus object or in the GameLocation object.
  • Wumpus object should not have the property for GameLocation
  • GameLocation should not have the property for Cave
  • GameLocation should not have the property for Random, just initialize random in the function that needs it

The GameController should be the one that's talking across the classes (objects) not the classes (objects) themselves

HighScore Object missing properties

HighScore object should have these properties: (yours only has the first three)

  • CaveName
  • PlayerName
  • Score
  • Num of Turns
  • Num of Gold left
  • Num of Arrows left
  • If Wumpus is defeated
  • Date/Time

Missing DataFiles (txt files)

  • Cave connections are hardcoded instead of being in a text file.
  • HighScore references "studentDataFile" but this file doesn't exist in the solution
    -Trivia doesn't reference a file at all (currently broken)

Missing GameControl

This class is missing, it should be doing these items:

  • The Game Control Object keeps track of the game state (Currently playing a game, displaying the splash screen, displaying the high scores).
  • The Game Control Object accepts and validates user input (that is, player commands and game control commands). The trivia and high score objects will manage their own user input.
  • The Game Control Object interacts with the GameLocations Object, the Player Object, the Graphical Interface Object, the Trivia Management System, and the High Score Management System.
  • Some aspects of the Game Control Object should be exposed to the user through a “main menu” that allows the user to launch the game, display high scores, or exit.

Looks like Form1 is doing this plus the GUI

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.