Home

Awesome

Arkanoid logo

DOTS Arkanoid

It's a clone of the classic arcade game created with the Unity DOTS technologies. The game is based on the original Arkanoid gameplay. And the visual style refers to the games of the 16-bit era.

The goal of this project is to get to know Unity DOTS better. The DOTS (Data-Oriented Technology Stack) is a set of technologies developed by Unity for building high-performance, multithreaded code. The most important part of DOTS is the ECS component system, which allows to write code in a data oriented way. The DOTS Arkanoid project uses physics and rendering built on ECS. Some technical details are described below.

scr1 scr2 scr3 scr4

Game design details

Tech details

Links

Third party resources

Download

You can download DOTS Arkanoid packages for Android and Windows in Release page.

License

Copyright (c) 2022 Eugeny Novikov. The source code is under the MIT license.