GithubHelp home page GithubHelp logo

pong-starter's Introduction

Pong Game Starter

A starter project for a basic pong game using SVGs.

Setup

Ensure you have Node.js installed first.

Install dependencies:

$ npm install

Run locally with the Parcel dev server:

$ npm start

Once you run the start command you can access your project at http://localhost:3000.

Read more about the Parcel web application bundler here.

Deploy

The deployment workflow for this project will be a bit different from what you've used when deploying simple static websites.

To deploy your finished Pong project as a GitHub page, you must first update the predeploy script in the package.json file with the name of your repo.

For example, if your repo URL is:

https://github.com/bob/pong-project

Update the predeploy script as follows:

"predeploy": "rm -rf dist && parcel build index.html --public-url /pong-project",

Once you have done this, you can run:

$ npm run deploy

Now check out your deployed site ๐Ÿ™‚

pong-starter's People

Contributors

mandiwise avatar shmck avatar 10thfloor avatar

Stargazers

Andrejs Agejevs avatar

Watchers

Felix Cohen avatar Edward J. Apostol avatar James Cloos avatar David Moores avatar Blake Turner avatar Carlos Reyes avatar  avatar Anvit Srivastav avatar Zareef Baksh avatar Michael Borromeo avatar Ben Organ avatar Aaron Carmin avatar Ynah Pantig avatar Garry Hicks avatar Ben Frisby avatar Rob Hyrkiel avatar Eddie Silva avatar  avatar Ali Maqsood avatar Sreekanth Kolamala avatar  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.