Ceibal Jam/Juegos: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:


: [http://www.python.org/dev/peps/pep-0008/ Style Guide for Python Code]
: [http://www.python.org/dev/peps/pep-0008/ Style Guide for Python Code]
: [http://docs.python.org/ref/ref.html Python Reference Manual]

=== Gráficos ===
=== Gráficos ===
[[Image:Pandres.png|thumb|300px|Sprite|right]]
[[Image:Pandres.png|thumb|300px|Sprite|right]]

Revision as of 09:04, 31 May 2008

XO Juegos

Objetivos

Recopilar y desarrollar recursos para la fácil producción de contenidos interactivos en las XO.

Requerimientos

Se piensa que en lo posible todo sea libre (GPL o equivalente) para así asegurar que todos podamos crear una espiral de mejoras. Desarrollar utilizando principalmente Python y pygame.


Recursos

Desarrollo actual

API >>> Ceibal rol

→ Python
→ PyGame
  • Documentación y Normalizacion del Codigo
Style Guide for Python Code
Python Reference Manual

Gráficos

Sprite

Grass.png

  • Se necesitan voluntarios para crear sprites y texturas
formato: → png(sprites), jpg (en el caso de texturas)
Nuevos sprites
pandres.png
pgabriel.png

Audio

  • Se necesitan voluntarios para crear sonidos
formato: → ogg

Red

  • Investigar → Interacción entre jugadores desde diferentes XO... como se realiza?.

Temática

  • Se necesitan voluntarios: gente con imaginación para crear diferentes actividades a realizarse dentro del juego, pueden estar escritas o dibujadas... en fin cualquier aporte es bienvenido en cualquier campo.


Referencias

Python → Sitio Oficial,[1]

PyGame → Sitio Oficial,[2]