Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pixijs | 40,053 | 1,719 | 864 | 3 days ago | 163 | September 23, 2022 | 152 | mit | TypeScript | |
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer. | ||||||||||
Phaser | 34,496 | 1,742 | 259 | 3 days ago | 139 | September 20, 2022 | 106 | mit | JavaScript | |
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. | ||||||||||
Hilo | 5,787 | 4 | 8 | a year ago | 31 | August 13, 2020 | 26 | mit | JavaScript | |
A Cross-end HTML5 Game development solution developed by Alibaba Group | ||||||||||
Phaser Examples | 1,660 | 1 | 2 years ago | May 13, 2022 | 17 | JavaScript | ||||
Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework. | ||||||||||
Canvas Test | 1,519 | 4 years ago | 4 | mit | HTML | |||||
🎮 happy canvas | ||||||||||
Pixel8 | 1,464 | 8 months ago | 26 | May 03, 2019 | 21 | JavaScript | ||||
A collection of low-res primitives for creating art and games in React | ||||||||||
Phaser Ce | 1,258 | 641 | 61 | 5 months ago | 50 | October 25, 2021 | 51 | mit | JavaScript | |
Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. | ||||||||||
Tower_game | 1,218 | a year ago | 2 | mit | JavaScript | |||||
💒 盖楼游戏 html5 canvas tower building game 🏢🏬🏦🏯🏰 | ||||||||||
Mk.js | 1,078 | 1 | 2 years ago | May 08, 2022 | JavaScript | |||||
Canvas implementation of basic fighting game which allows multiplayer over the network. | ||||||||||
One Html Page Challenge | 907 | 6 days ago | 2 | HTML | ||||||
Can you create something cool without modern tools? |
Work in progress
https://bokuweb.github.io/rustynes/
If you have the Nix package manager installed, you can alternatively run a nix shell with the necessary requirements automatically brought in scope:
nix-shell
In that shell, you can then simply run the following commands.
$ make
$ npm install
$ npm start
$ open http://localhost:3334
$ cargo run -p standalone --release roms/hello.nes
$ make
$ make standalone
$cargo test
prototype.
The MIT License (MIT)
Copyright (c) 2018 @bokuweb
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.