Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/blobworld

Usage
----------------

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 |