Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Narkdagas updated a game 242 days ago
A downloadable game for Windows.
Added platform Windows.
1 new upload:
ConwaysGoL.zip 32 MB
AniAko rated a game 243 days ago
A downloadable game.

I think you knocked this challenge out of the park!  Good show!  Only feedback is the controls would be nice to have on screen via a help button or hot key

Knackelibang published a game 243 days ago
A downloadable game for Windows.
This is a submission to this gamejam: https://itch.io/jam/dots-challenge-1 Github: https://github.com/Mockarutan/GameOfLife
Yoan published a game 243 days ago
A downloadable game.
Git Repository https://github.com/Yoan-dev/GameOfLife Simulation The approach for implementing Conway's Game of Life using Unity DOTS was to rely on Native Arrays and the Job System. The grid singleton owns two native arrays of integers. On...
ITR published a game 243 days ago
A downloadable game.
What's this? This is an implementation of Conway's Game Of Life written in DOTS, that dynamically grows when it needs more space. It's written for Turbo Makes Games' Dots Community Challenge #1 , and a video about my process making it might...
A downloadable game for Windows.
Here is my attempt to unlock the power of Unity DOTS starting from rules as simple as fascinating: Conway's Game of Life! This project was created as a submission to Unity DOTS Community Challenge #1 , hosted by Turbo Makes Games . You can...
tj2g published a game 244 days ago
A downloadable game for Windows.
More information on the Readme in GITHUB
micz updated a project 244 days ago
A downloadable project for Windows and Linux.
Added platforms Windows, Linux.
2 new uploads:
GameOfLife-DOTS-Chalange.zip 31 MB
GameOfLife-DOTS-Chalange-Linux.zip 36 MB
AniAko published a game 244 days ago
A downloadable game for Windows.
Conway’s Game of Life+ https://github.com/DelightfulGames/CGOL/tree/main From the very beginning, my Visual Studio debugger would crash Unity whenever I attached it -_-. So Debug.Log statements for the win! After seeing a few submissions...
LyJam published a game 244 days ago
A downloadable game for Windows.
Github: LyJam/Game-Of-Life-DOTS-Challenge (github.com) Video with explanation: https://youtu.be/LP15URd3Y3w Strategy: Every cell is an entity with 2 components: a Position a boolean value to tell if the cell is alive or dead Each frame 2 ma...
lask3802 updated a project 244 days ago
A downloadable project.
Updated title and page content.
1 new upload:
Game Of Life.zip 34 MB
andruplay9 published a game 245 days ago
A downloadable game.
My project to dots challange to make a gol simulation in unity with dots https://itch.io/jam/dots-challenge-1 My optimalizations: one entity == one chunk of cells (8 by 8) stored in single ulong no storage of future/past chunk version (only...
Narkdagas published a game 245 days ago
A downloadable game for Windows.
A simulation based on the rules of Conways Game of life using unity DOTS
ste-phil published a game 246 days ago
A downloadable game for Windows.
Check github readme for details on the implementation https://github.com/ste-phil/GameOfLife/
micz published a project 246 days ago
A downloadable project for Windows and Linux.
My take on Game of Life in DOTS. I have decided to use ECS only to represent cells. The simulation uses native arrays. My simulation is without boundaries, which means cells at the left edge are neighbours of cells at the right edge, and th...
Loading more…