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.
Play on the official builds on Itch.io:
👉 https://255ping.itch.io/cells
Play the unstable versions here:
👉 https://255-ping.github.io/Cells/
project.godot,export_presets.cfg— Godot project configuration fileAssets/Fonts/— Font assets used throughout the projectAssets/Scenes/— Godot scene files (.tscn) defining game objects, UI, and structureAssets/Scripts/— GDScript files (.gd) containing game logicAssets/Textures/— Image assets used throughout the projectdocs/— Contains data for web build.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