Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinlyonsrepo/blobworld
Automated pygame of a blob world written in python
https://github.com/gavinlyonsrepo/blobworld
animation blob game pygame python python3
Last synced: 8 days ago
JSON representation
Automated pygame of a blob world written in python
- Host: GitHub
- URL: https://github.com/gavinlyonsrepo/blobworld
- Owner: gavinlyonsrepo
- License: other
- Created: 2017-11-10T15:03:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T18:18:04.000Z (11 months ago)
- Last Synced: 2023-12-27T21:08:04.887Z (11 months ago)
- Topics: animation, blob, game, pygame, python, python3
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Overview
--------------------------------------------
* Name: blobworld
* Program: python 3.10
* Description:
This python program will display a pygame automated blob simulation.
where blobs of various colours move and consume others in a "blob world".
* Source: https://github.com/gavinlyonsrepo/blobworldUsage
----------------type in terminal
```sh
blob_world.py
```Press p to pause , q to quit
Files and setup
-------------------------
blobworld files needed are listed below:A config file will be created with default values on startup
at $HOME/.config/blobworld. Logging is optional.Dependencies
-----------------| Dependencies | Usage |
| ------ | ------ |
| numpy 1.22.3 | calculate if blobs are in collision |
| pygame 2.1.2 | python game package |