blog.gregoweb.ovh
RSS Feed
ATOM Feed
Tag cloud
Picture wall
Daily
Links per page:
20
50
100
page 1 / 1
13 results for tags
game-engine
x
6 Most Popular Open Source Game Engines(最も人気のあるオープンソースのゲームエンジン6選) - kitao's blog
Godot
Phaser
libGDX
Bevy
Cocos2d-x
Pyxel
Tue Dec 17 14:43:51 2024 - permalink
-
-
https://tkitao.hatenablog.com/entry/2022/07/17/190436
game-dev
game-engine
pyxel
bubbles/src/utils.py at main · helpcomputer/bubbles · GitHub
#detection de collision de 2 rectangle pour pyxel
def rect_overlap(x1, y1, w1, h1, x2, y2, w2, h2):
return x1 < x2 + w2 and \
x1 + w1 > x2 and \
y1 < y2 + h2 and \
y1 + h1 > y2
Tue Dec 17 09:53:01 2024 - permalink
-
-
https://github.com/helpcomputer/bubbles/blob/main/src/utils.py
game-dev
game-engine
pyxel
GitHub - kitao/pyxel: A retro game engine for Python
Tue Dec 17 09:43:47 2024 - permalink
-
-
https://github.com/kitao/pyxel
game-dev
game-engine
python
pyxel
Initiation à la création de jeu rétro avec Pyxel
Wed Dec 4 12:35:03 2024 - permalink
-
-
https://blog.garambrogne.net/pyxel-initiation.html
game-dev
game-engine
outils
pyxel
pyxel/README.md at main · kitao/pyxel · GitHub
Wed Dec 4 12:34:35 2024 - permalink
-
-
https://github.com/kitao/pyxel/blob/main/README.md
game-dev
game-engine
outils
Impact - HTML5 Canvas & JavaScript Game Engine
Thu Sep 12 10:24:33 2024 - permalink
-
-
https://impactjs.com/
game-dev
game-engine
PhobosLab
Thu Sep 12 10:22:23 2024 - permalink
-
-
https://phoboslab.org/
blog
game-dev
game-engine
IndieWeb
jeux-vidéos
jeux-web
outils-web
Game development | MDN
Thu Aug 8 14:11:01 2024 - permalink
-
-
https://developer.mozilla.org/en-US/docs/Games
dev-web
game-dev
game-engine
mdn
GitHub - pygamelib/pygamelib: A (not so) small python library for console (as in terminal) game development. It is developed as a framework to help learn development and python in an entertaining way.
Wed Jul 24 10:24:27 2024 - permalink
-
-
https://github.com/pygamelib/pygamelib
game-dev
game-engine
Show HN: I built an indie, browser-based MMORPG | QotNews
Thu Jun 27 11:05:02 2024 - permalink
-
-
https://news.t0.vc/XXHD
game-dev
game-engine
image
Sprite Fusion – Un éditeur de niveaux 2D pour vos jeux, utilisable directement dans le navigateur
Wed Mar 27 16:22:06 2024 - permalink
-
-
https://korben.info/outil-gratuit-sprite-fusion-conception-niveaux-2d-tilemap-unity-godot.html
game-dev
game-engine
Category:Libraries - LOVE
Thu Jan 18 11:17:43 2024 - permalink
-
-
https://love2d.org/wiki/Category:Libraries
game-dev
game-engine
112 Best 2D game engines as of 2022 - Slant
Thu Sep 29 18:18:03 2022 - permalink
-
-
https://www.slant.co/topics/341/~best-2d-game-engines
defold
dev
game-engine
Links per page:
20
50
100
page 1 / 1