blog.gregoweb.ovh
RSS Feed
ATOM Feed
Tag cloud
Picture wall
Daily
Links per page:
20
50
100
page 1 / 1
9 results for tags
pyxel
x
GitHub - pyxel-studio/www.pyxelstudio.net: Online Development Environment for PYXEL (a retro game engine for Python by @kitao)
Thu Dec 19 14:24:38 2024 - permalink
-
-
https://github.com/pyxel-studio/www.pyxelstudio.net
github
pyxel
Utiliser pyxelstudio.net pour créer des jeux en python avec pyxel – Le bloc-notes de M. LALLEMAND
Thu Dec 19 14:20:32 2024 - permalink
-
-
https://www.flallemand.fr/blog/posts/pyxelstudio/index.html
pyxel
laurentabbal (laurentabbal) / Repositories · GitHub
Thu Dec 19 14:19:48 2024 - permalink
-
-
https://github.com/laurentabbal?tab=repositories
game-dev
github
pyxel
PYXEL STUDIO
Thu Dec 19 14:02:51 2024 - permalink
-
-
https://www.pyxelstudio.net/
game-dev
ide
outils-web
pyxel
Tutoriel détaillé - Terminale - DOCUMENTATION, RESSOURCES et TUTORIELS
Thu Dec 19 13:51:42 2024 - permalink
-
-
https://nuit-du-code.forge.apps.education.fr/DOCUMENTATION/PYTHON/TUTORIELS/3-tutoriel-detaille-terminale/
game-dev
guide
pyxel
tuto
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
Links per page:
20
50
100
page 1 / 1