This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
godot-conway
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
7
Activity
Godot version of Conway's game of life
godot
godot4
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
154 KiB
GDScript
100%
Tree:
6e4a35b0c2
master
v1.6
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '6e4a35b0c2'
${ noResults }
HTTPS
ZIP
TAR.GZ
Ryan Reed
6e4a35b0c2
Fixing processing which was not properly following Conway's rules
1 year ago
scenes/
fps_counter
Adding FPS counter
1 year ago
.gitignore
Initial commit - Only supports world generation
1 year ago
README.md
Initial commit - Only supports world generation
1 year ago
icon.svg
Initial commit - Only supports world generation
1 year ago
icon.svg.import
Initial commit - Only supports world generation
1 year ago
project.godot
Initial commit - Only supports world generation
1 year ago
world.gd
Fixing processing which was not properly following Conway's rules
1 year ago
world.tscn
Adding processing of world
1 year ago
README.md