Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.22 KB

node-sfml-demos

Demos for sfml.js.

Write Desktop Games by Node.js!

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.

Breakout

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.

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.

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.