Giter Site home page Giter Site logo

cs340-catan's People

Contributors

ajgoda90 avatar film42 avatar junetang avatar todoakaio avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cs340-catan's Issues

Win Game

Winning the game doesn't work. Someone can look into this.

problems with bank

I'm seeing some problems with bank like
bank: {
brick: 50,
wood: 27,
sheep: 6,
wheat: 8,
ore: 0
},
So not all the ore is in the players hands, so it disappeared. We just need to go over all of the returning cards to the bank functions to ensure they get back. This is why I couldn't trade for ore before.

Domestic Trading

You should be able to send more than one resource at a time for more than one resource of another type. For example I should be able to send 1 wood and 1 sheep for 1 brick. Currently if I select to give 1 wood and then click send on sheep, then it will unselect wood.

Year of Plenty not playing

I saw a bug where year of plenty wouldn't send the server call. I refreshed and then I was able to use it. Just keep an eye out for something similar.

Deck doesn't remove properly

Getting a random card from the deck doesn't seem random and it has given me 3 road builders and more monuments than should be possible. In my current game, the deck looks like : deck: {
yearOfPlenty: 0,
monopoly: 1,
soldier: 12,
roadBuilding: 1,
monument: -1
}

Map Problems

Hey @ajgoda90 , here's your nice clean report.

Drawing city and board weird after upgrade

Proof:

Can Build City

I'm passing correct values into Map.canBuildCity()

Params:
HexLocation:
PlayerID: 0
Dir: "E"

but... this.hexGrid.getVertex(hexLoc, dir); returns null

Building a settlement at the end of a road on the shore

Your'e ruining my game.

Found a bug for you.

Here's a very good screenshot:

Maritime trading

I built a settlement on a 3 to 1 port. It still charged me four resources in order to trade.

No game or proxy interface to /moves/robPlayer

This is a needed function that appears in the example Server REST json that they provide on the project page of the class website. For some reason the server does not return the exact same json for the api, so it doesn't appear in the REST tester. Below is the json from the example for the /moves/robPlayer command. The server will have to be checked to see if it does in fact respond to this...if it doesn't then we should protest...

{
        "args": [],
        "url": "/moves/robPlayer",
        "method": "POST",
        "description": "Moves the robber, selecting the new robber position and player to rob.",
        "type": "JSON",
        "template": {
            "type": "robPlayer",
            "playerIndex": -1,
            "victimIndex": -1,
            "location": {
                "x": "",
                "y": ""
            }
        }
    },

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.