Giter VIP home page Giter VIP logo

empiregrid-public's Introduction

Computing 2 Coursework Submission.

CID: *******

PLEASE NPM INSTALL THANK YOU :) EmpireGrid is a turn-based strategy multiplayer game, set in a world where players build, upgrade, and wage wars against each other to establish their empires. The game is designed to be played on a grid, with players taking turns to make decisions and strategize their moves. Once in game, you may prefer to use the keyboard controls that are available.

There are some jslint problems but fixing them I found bought too many bugs into the code.

launch.json

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Run Web App โ€“ Firefox",
            "type": "firefox",
            "request": "launch",
            "reAttach": true,
            "reloadOnAttach": true,
            "file": "${workspaceFolder}/web-app/index.html",
            "preferences": {
                "security.fileuri.strict_origin_policy": false
            },
            "skipFiles": [
                "${workspaceFolder}/node_modules/**",
                "<node_internals>/**"
            ]
        },
        {
            "name": "Debug Module",
            "type": "node",
            "request": "launch",
            "skipFiles": [
                "${workspaceFolder}/node_modules/**",
                "<node_internals>/**"
            ],
            // You'll need to change this line below to point to your module.
            "program": "${workspaceFolder}/web-app/Game_module.js"
        },
        {
            "name": "Generate Docs",
            "command": "jsdoc -c jsdoc.json; exit",
            "request": "launch",
            "type": "node-terminal"
        }
    ]
}

empiregrid-public's People

Contributors

freddien avatar

Watchers

 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.