Coder Social home page Coder Social logo

eae-rp2-defender's Introduction

EAE-RP2-Defender

/////////////////JELICOPTER//////////////////

Remake of 1980s classic arcade game: Defender

DEVELOPMENT SETUP INSTRUCTIONS

  1. Install Node.js https://nodejs.org/en/download/

  2. Install Python 3.52 or so (most recent) https://www.python.org/downloads/

  3. Install typings and typescript globally a. Open command prompt i. npm install typings -g ii. npm install typescript -g

  4. Download the Visual Studio Phaser Typescript Template https://visualstudiogallery.msdn.microsoft.com/e6eeccc4-3963-4e3d-8181-77d94ae67d9a

  5. Clone git project to a local directory of your choice (From gitbash within the directory of your choice) git clone https://github.com/briveramelo/EAE-RP2-Defender.git

TESTING INSTRUCTIONS

  1. Open the .sln file in Visual Studio and 'Build' the project (this will generate the game.js file necessary to run)

  2. Locate the "index.html" file (in the "build" folder)

  3. Open a command window within this directory. How-to pro-tips: a. Find empty space, hold shift + right click. b. Select "Open command window here"

  4. Start a local web server with the command "py -m http.server" (remember when we installed python? 'py' calls a python command, http.server calls a function called "http.server" to start our local server, and -m ensures we can call the 'module', 'server', from the http script

  5. Type "localhost:8000" (or whatever address your command window says it's opened to) Into the Google Chrome address bar

  6. Open chrome debug tools with Ctrl+Shft+i

  7. Play the game! Test it out! Have Fun!

RULES

  1. HAVE FUN!
  2. testing

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.