akode-dev / Simple-Runner

Simple endless runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

titleBanner

Introduction

Simple Runner is a sample infinite runner game created on the unity engine in order to learn how to create games and design it`s architecture. This project is open source.

Packages used

  • Unity Version 2021.3.16f1
  • Zenject Version 9.2.0
  • Unity Text Mesh Pro
  • Unity URP

Architecture

Level gameplay is based on Ecs. Level progress is controlled by the state machine.

Problems

  • Project structure.
  • Data handling.
  • Custom Ecs.
  • Movement system.
  • UI design.
  • Builds configuration.

Releases

See here.

License

See here.

About

Simple endless runner

License:MIT License


Languages

Language:C# 92.4%Language:ShaderLab 6.5%Language:HLSL 1.1%