top of page

Board Game
Using Unity we practiced how to create a a simple 2d board game. Of course later if they wanted to they could add rules and other things to this.
Then we developed the 2d board game into a 3d board game. A lot of the coding is the same or very similar to the 2d board game although here we used GameObjects whereas in the 2d one we used the unity UI (user interface) .
bottom of page