Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsbueno/browser_invaders
Small Space Invaders Game in html5 using Python as scripting language (Brython)
https://github.com/jsbueno/browser_invaders
Last synced: about 2 months ago
JSON representation
Small Space Invaders Game in html5 using Python as scripting language (Brython)
- Host: GitHub
- URL: https://github.com/jsbueno/browser_invaders
- Owner: jsbueno
- License: lgpl-3.0
- Created: 2015-01-21T03:25:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T17:38:56.000Z (almost 10 years ago)
- Last Synced: 2024-08-04T04:05:16.203Z (4 months ago)
- Language: Python
- Size: 148 KB
- Stars: 15
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- starred-awesome - browser_invaders - Small Space Invaders Game in html5 using Python as scripting language (Brython) (Python)
README
=====================
BROWSER INVADERS
=====================Concept vintage game using Brython - Python on Browser project
===============================================================This is a complete game, if limited, using
html5's Canvas with Python script, which is translated
into javascript in runtime, on the client browser.How to Run
============Unpack the game files, and
in the same directory, download Brython 3.0.2 or later from
https://github.com/brython-dev/brython/releases, unpack it,
and rename the Brython directory (in the form of Brython-
for example Brython3.0.2-20150102-140610) as simply "brython".
Then start a web server so that a browser can fetch the files
in the local computer.You can use "traditional" C python for this,
typing: "python -m SimpleHTTPServer 8000" at the terminal.
Afterwards. point your browser to http://localhost:8000, and enjoyLicense and Copyright
======================This game is Copyright 2015 João S. O. Bueno,
licensed under the LGPL license V 3.0 or later (see COPYING).