https://github.com/pgilbertschmitt/electroids
Simple asteroids game built with Electron and TypeScript
https://github.com/pgilbertschmitt/electroids
Last synced: 2 months ago
JSON representation
Simple asteroids game built with Electron and TypeScript
- Host: GitHub
- URL: https://github.com/pgilbertschmitt/electroids
- Owner: PGilbertSchmitt
- Created: 2017-07-31T21:06:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T15:39:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T14:38:56.204Z (4 months ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electroids
This is just a small pet project to practice development using the following:
- Typescript
- Electron
- HTML5 Canvas
- Physics Simulation## Building
This project uses webpack to compile the renderer code from TypeScript into JavaScript. The index.js file that runs the main process can stay in plain JavaScript as it's all boilerplate anyways, and there would be no need to write it in TypeScript. Before running `$ npm run start` to run the Electron application, run `$ npm run webpack` (or just `$ webpack` if installed locally) to generate the bundled file.