Skip to content

triptych/pong-ecsy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong on ECSY

A Pong implementation utilizing ECSY.

About

This was made as a little hobbyist project for studying the ECS architecure, Typescript, HTML5 canvas and game development.

I didn't implement an end-game status, so this is pretty much an endless Pong game! 😁

Playing

You can play it here, on Github Pages - just follow the instructions on the site and you're good to go!

Running the project

This project uses Parcel for bundling. Clone this repository, open the folder on terminal and run npm start. Parcel will give you a nice local server that will watch and reload for every change you make!

Building

To build the project, run the build npm script using the command npm run build. The build will be found on the dist directory. Simple as that! ✨

Contact the author

If you have any questions about the code, the project, life or anything else, you can contact-me via e-mail or twitter.

About

A Pong implementation utilizing ECSY.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.0%
  • CSS 3.5%
  • HTML 3.5%