-
Palangana and Torus - Pyweek6
last modified March 26 by r0ver
Repositorio SVN
Comunicación
Recursos Pygame
- Docs varios... http://www.pygame.org/docs/
- el mejor de los docs... http://www.pygame.org/docs/tut/tom/MakeGames.html
- Sprites: http://www.pygame.org/docs/tut/SpriteIntro.html - (Se sugiere entender este tutorial)
- Tutoriales... http://www.pygame.org/wiki/tutorials
- Resources... http://www.pygame.org/wiki/resources (musica, sprites, etc)
- Recipes... http://www.pygame.org/wiki/CookBook (algunas muy buenas y practicas)
- LIBRERIAS UTILES:
- para fisica: pyode http://pyode.sourceforge.net/
- implementacion de A* (algoritmo para path finding) http://www.pygame.org/projects/9/195/
- Utilidades muy buenas para hacer pantallas y manejar eventos (RECOMENDADA) http://www.imitationpickles.org/pgu/wiki/index
- parecido al anterior.. maneja muy bien el setup de pygame http://www.pygame.org/projects/9/62/
- implementacion de colision (pixel perfect) http://www.pygame.org/projects/9/207/
- para hacer animaciones http://www.pygame.org/projects/9/349/
- para "escuchar" mejor el imput del teclado.. orientado a juegos de lucha (no creo que lo usemos pero por las dudas) http://www.pygame.org/projects/10/51/
- CODIGO PARA VER: