Ceibal Jam/Juegos: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
: → PyGame
: → PyGame


* '''Documentación y Normalizacion del Codigo'''
* '''Documentación y Normalizaci'on del Código'''


: [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]
Line 37: Line 37:


=== Red ===
=== Red ===
* Investigar
* Investigar → Interacción entre jugadores desde diferentes XO... como se realiza?.
:→ Interacción entre jugadores desde diferentes XO... como se realiza?.


=== Temática ===
=== Temática ===
Line 43: Line 44:




== Referencias ==
== Links ==


[http://www.python.org/ Python → Sitio Oficial],[http://www.python.org/]
[http://www.python.org/ Python → Sitio Oficial],[http://www.python.org/]

Revision as of 09:33, 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

→ Python
→ PyGame
  • Documentación y Normalizaci'on del Código
Style Guide for Python Code
Python Reference Manual
PyGame Documentation

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.


Links

Python → Sitio Oficial,[1]

PyGame → Sitio Oficial,[2]