Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmapleleaf/super-mario-typescript
Meth Meth Method's "Writing Super Mario in JavaScript" series, in TypeScript
https://github.com/itsmapleleaf/super-mario-typescript
game gamedev javascript typescript webpack
Last synced: 3 months ago
JSON representation
Meth Meth Method's "Writing Super Mario in JavaScript" series, in TypeScript
- Host: GitHub
- URL: https://github.com/itsmapleleaf/super-mario-typescript
- Owner: itsMapleLeaf
- Created: 2017-10-05T04:53:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T05:06:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T15:26:25.877Z (3 months ago)
- Topics: game, gamedev, javascript, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 4.73 MB
- Stars: 20
- Watchers: 3
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meth Meth Method's "Writing Super Mario in JavaScript" series, using TypeScript.
Original: https://github.com/meth-meth-method/super-mario
## Prerequisites
You'll need the following installed:
- [Node.JS](https://nodejs.org)
- [Yarn](https://classic.yarnpkg.com/en/docs/install)As well as an editor with support for TypeScript, such as [VSCode](https://code.visualstudio.com)
## Setup
Run these commands on the command line. Clone the repository:
```bash
git clone https://github.com/kingdaro/super-mario-typescript
cd super-mario-typescript
```Install project dependencies:
```bash
yarn
```Start the dev server:
```bash
yarn dev
```Then open up `http://localhost:4000` in the browser to see it running