Cells is a project built with the Godot Engine.
This repository contains the scenes, scripts, and assets required to open and run the project in the Godot editor.
A playable web demo is available here:
👉 https://255-ping.github.io/Cells/
project.godot— Godot project configuration fileScenes/— Godot scene files (.tscn) defining game objects, UI, and structureScripts/— GDScript files (.gd) containing game logicTextures/— Image assets used throughout the project.gitignore,.editorconfig,.gitattributes— project configuration files
- Godot Engine (use the same major version the project was created with)
- Clone the repository:
git clone https://github.com/255-Ping/Cells.git