jatzuk / Game-Talk-Playground

Android games for those who are short on time

Home Page:https://www.youtube.com/watch?v=QGQuJRwhNp0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a playground code from my talk at Yandex Subbotnik Mobile meetup at 16.09.2023

Where to Start

Here you can find the basics and core ideas that you can experiment with.

In the package gametalk/playground, you'll find the GameLoops101.kt file that contains theory from the talk about game loops.


The package engine contains a simple engine architecture that demonstrates the main idea about how things work. In the package engine/gameloop, you'll find three different approaches on how to set up your game loop.


The package playground/scene contains a few scenes that show how rendering works and its performance.

About

Android games for those who are short on time

https://www.youtube.com/watch?v=QGQuJRwhNp0

License:MIT License


Languages

Language:Kotlin 100.0%