Skip to content

a mock noita style sand simulation using cellular automota

License

Notifications You must be signed in to change notification settings

skudunter/noita-sand-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noita inspired sand/water simulation

ssnad

Table of Contents

  1. Introduction
  2. Installation

Introduction

This project is a simulation inspired by the game Noita. It uses the Pygame library to create a grid-based environment where cells can be spawned and interact with each other. The cells can be of different types, such as sand and water, and their behavior is managed by a cell manager.

Installation

To install and run this project, you need to have Python and Pygame installed on your machine. You can install the required dependencies using pip:

# Clone the repository
git clone https://github.com/skudunter/noita-sand-sim

# Navigate to the directory
cd noita-sand-sim

# Install dependencies
pip install pygame

python main.py

Enjoy!

About

a mock noita style sand simulation using cellular automota

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages