Skip to content

browsermage/pong-typescript-game-development

Repository files navigation

Hi there, I'm Björn Hjorth 👋

I like combining the web and game development, if you like what you see please do not be a stranger and say "Hi" on Twitter @browsermage

Try live demo⚡️ · Report Bug

About The Project

First I want to thank Warren for letting me use the pixel art for this demo, thank you kindly 💝 please check out more of the fantastic pixel art at Warrens Twitter @WoostarsPixels

This project is filled with some excellent coding practices and some not so great 😅

For more examples of patterns and extraordinary approaches in game programming please take a look at the book Game programming patterns

Prerequisites

  • Node
  • Npm

Getting started

  1. Clone the repo
    git clone https://github.com/browsermage/pong-typescript-game-development.git
  2. Move to the new directory
    cd pong-typescript-game-development
  3. Start up the development environment
    npm install
  4. Start up the development environment
    npm run dev 

Contact

Björn Hjorth - @colorsofcode

License

The code is distributed under the MIT License. See LICENSE for more information. The pixel art spritesheet is distributed under the

Acknowledgments

@WoostarsPixels

Game programming patterns