Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/turskyi/playtime

Two D Unity Game Project
https://github.com/turskyi/playtime

csharp firebase-hosting github-actions unity

Last synced: 30 days ago
JSON representation

Two D Unity Game Project

Awesome Lists containing this project

README

        

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg)](https://stand-with-ukraine.pp.ua)

# Play Time

A web 2D game allows playing with a character by using left and right keyboard keys for navigating left and right and space for jumping.

## PROJECT SPECIFICATION

• Programming language: [C#](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/);

• Interface: [Unity](https://unity.com/unity-hub);

• SDK: [Unity](https://unity.com/developer-tools);

• Web content hosting: [Firebase Hosting](https://firebase.google.com/docs/hosting);

• Domain: [web.app](https://web.app);

• CI/CD: [GitHub Actions](https://docs.github.com/en/actions) is used to deploy the updated game to
[play-time-2d.web.app](https://play-time-2d.web.app) after every push to the main branch.

• **Code Readability:** code is easily readable such that a fellow programmer can understand the
purpose of the app, all variables, methods, and resource IDs are descriptively named such that
another developer reading the code can easily understand their function, with no unnecessary blank lines,
no unused variables or methods, no commented-out code.

• Screenshots:

screenshot with start scene
screenshot with level one