This is an ensemble of scripts using PyGame.
-
Covid-19 : is a basic simulation for Covid-19 contagion.
-
Covid-19 : is an advance simulation for Covid-19 contagion.
- It takes in consideration the mortality rate.
- Adds some randomness to the likelihood of fatal infections.
- Adds randomness margin to the recovery time.
- Better handling of collisions.
- Add walls so it can be an enclosed environment.
-
Dum AI : is an simple AI simulation.
- Choose a random action.
- Change it action based on the time spend without reward.
- Keep taking the same action while getting reward.
- The time spend without depends on its' tolerance.
- Eat me : is a game where you use your mouse to eat the blobs.
- Pygame
- Pymunk
- Matplotlib
- Pandas
- Numpy