Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xadillax/node-sfml-demos
Demos for sfml.js.
https://github.com/xadillax/node-sfml-demos
Last synced: 5 days ago
JSON representation
Demos for sfml.js.
- Host: GitHub
- URL: https://github.com/xadillax/node-sfml-demos
- Owner: XadillaX
- License: mit
- Created: 2021-10-14T02:50:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T06:00:40.000Z (about 3 years ago)
- Last Synced: 2024-11-01T09:51:35.853Z (12 days ago)
- Language: JavaScript
- Size: 73.1 MB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-sfml-demos
Demos for sfml.js.
> Write Desktop Games by Node.js!
> [sfml.js](https://www.npmjs.com/package/sfml.js) is still under developing and it's GitHub repo is private so far. I will make it as public when I think it's good enough.
## Previews
### Bomberman
> This is a JavaScript fork of the [C++ SFML Bomberman Game](https://github.com/PiGames/Bomberman).
![](./bomberman/screenshot.gif)
### Breakout
![](./breakout/screenshot.gif)
### Tetris
> This code is modified from https://github.com/jsyqrt/games/blob/master/01%20Tetris/main.cpp. The original code is not yet entirely finished, so this code is note entirely finished too.
![](./tetris/screenshot.gif)
### Doodle Jump
> This code is modified from https://github.com/jsyqrt/games/blob/master/02%20Doodle%20Jump/main.cpp. The original code is not yet entirely finished, so this code is note entirely finished too.
![](./doodle_jump/screenshot.png)
### Arkanoid
> This code is modified from https://github.com/jsyqrt/games/blob/master/03%20Arkanoid/main.cpp. The original code is not yet entirely finished, so this code is note entirely finished too.
>
> See also https://github.com/XadillaX/node-sfml-demos/tree/main/breakout.![](./arkanoid/screenshot.png)