Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 598 Bytes

Readme.md

File metadata and controls

28 lines (14 loc) · 598 Bytes

pyGame

Installing pyGame

sudo apt-get install python-pygame

Examples

AsteroidoMeow

Asteroid rain game done in a course of Algorithms using the pygame library.

Exec:

python Asteroidomeow.py

binaryAllocation

Simulation of the storage of a number in the IEEE format according to the machine in which the test is done.

Exec:

python binaryAllocation.py

This simulation use the numerical Analysis library that it was implement in my another repository NumericalAnalysis