https://github.com/dotoscat/polytank-asir
2D online multiplayer with tanks. The project for the moment is in spanish.
https://github.com/dotoscat/polytank-asir
online-game python videogame
Last synced: 4 months ago
JSON representation
2D online multiplayer with tanks. The project for the moment is in spanish.
- Host: GitHub
- URL: https://github.com/dotoscat/polytank-asir
- Owner: dotoscat
- License: agpl-3.0
- Created: 2017-06-02T10:03:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T18:05:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-10T06:31:16.729Z (8 months ago)
- Topics: online-game, python, videogame
- Language: Python
- Homepage:
- Size: 597 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
=========
POLYTANKS
=========
Polytanks es un Proyecto Integrado para la FP de ASIR de IES Romero Vargas
de Jerez.
Puedes seguir `su blog de desarrollo en docs/devlog.rst `_.
Objetivo
========
Crear un juego multijugador en línea gestionado desde una web.
Los jugadores compiten entre sí manejando un tanque.
Paquetes, módulos usados de Python
==================================
- twisted, para conexión de red asíncrona.
- pyglet, para implementar aplicaciones multimedia.
- toyblock, para el sistema de entidad-componentes.
Entidades para el juego
=======================
Estos son los objetos que serán usados en el juego. Para la base de datos
las entidades son distintas.
El juego usará un sistema de entidad-componentes.
- Base_tanque
- Canyon_tanque
- Plataforma
- Bala
- Powerup
Componentes
-----------
- Cuerpo
- Colision_suelo
- Grafico
Sistemas
--------
**Para hacer**
Instalación
===========
**Para hacer**
Licencia
========
.. image:: https://www.gnu.org/graphics/agplv3-155x51.png
:alt: AGPL-3.0