All Projects â†’ itsMapleLeaf â†’ super-mario-typescript

itsMapleLeaf / super-mario-typescript

Licence: other
Meth Meth Method's "Writing Super Mario in JavaScript" series, in TypeScript

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to super-mario-typescript

magnum-tips
Collection of useful snippets for https://magnum.graphics
Stars: ✭ 27 (+80%)
Mutual labels:  gamedev
gms-sample-library
👑 A library with demo projects to learn Game Maker Studio and Game Maker Language (GML)
Stars: ✭ 22 (+46.67%)
Mutual labels:  gamedev
hlml
vectorized high-level math library
Stars: ✭ 42 (+180%)
Mutual labels:  gamedev
com.unity.multiplayer.samples.coop
A small-scale cooperative game sample built on the new, Unity networking framework to teach developers about creating a similar multiplayer game.
Stars: ✭ 794 (+5193.33%)
Mutual labels:  gamedev
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+1993.33%)
Mutual labels:  gamedev
Vortex2D
Real-time fluid simulation engine running on GPU with Vulkan
Stars: ✭ 91 (+506.67%)
Mutual labels:  gamedev
cl-sdl2-tutorial
SDL2 examples in Common Lisp based on Lazy Foo tutorials.
Stars: ✭ 55 (+266.67%)
Mutual labels:  gamedev
Crystalshire
Legacy VB6 open-source ORPG
Stars: ✭ 24 (+60%)
Mutual labels:  gamedev
textureatlas
A simple, cross-platform Python-based tool and C library for creating and using a texture atlas in your application or game. Distributed under the terms of the MIT license.
Stars: ✭ 20 (+33.33%)
Mutual labels:  gamedev
Rootex
An advanced C++ 3D game engine powering an in-production game yet to be announced
Stars: ✭ 161 (+973.33%)
Mutual labels:  gamedev
polymorph
A fast and frugal entity-component-system library with a focus on code generation and compile time optimisation.
Stars: ✭ 74 (+393.33%)
Mutual labels:  gamedev
alpha
alpha - deprecated 2015~2016. unrelated to the new engine! view the new engine here - https://luxeengine.com/
Stars: ✭ 573 (+3720%)
Mutual labels:  gamedev
codingame
My solutions for https://www.codingame.com
Stars: ✭ 26 (+73.33%)
Mutual labels:  gamedev
const-tweaker
ðŸĪŠ Tweak constant variables live when running a program
Stars: ✭ 65 (+333.33%)
Mutual labels:  gamedev
kcp-dotnet
KCP dotNet Core implementation
Stars: ✭ 26 (+73.33%)
Mutual labels:  gamedev
framework
The exomia/framework is used for building 2D and 3D games and more inspired by the XNA/Mono framework.
Stars: ✭ 21 (+40%)
Mutual labels:  gamedev
bevy
A refreshingly simple data-driven game engine built in Rust
Stars: ✭ 15,920 (+106033.33%)
Mutual labels:  gamedev
ResourceCollection
A collection of handy resources, as recommended by Pharap
Stars: ✭ 18 (+20%)
Mutual labels:  gamedev
SSVBloodshed
C++14 arcade game, spiritual successor to "Operation Carnage"
Stars: ✭ 22 (+46.67%)
Mutual labels:  gamedev
Zenject-2019
Dependency Injection Framework for Unity3D
Stars: ✭ 2,567 (+17013.33%)
Mutual labels:  gamedev

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:

As well as an editor with support for TypeScript, such as VSCode

Setup

Run these commands on the command line. Clone the repository:

git clone https://github.com/kingdaro/super-mario-typescript
cd super-mario-typescript

Install project dependencies:

yarn

Start the dev server:

yarn dev

Then open up http://localhost:4000 in the browser to see it running

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].