Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/turskyi/playtime
- Owner: Turskyi
- Created: 2023-07-15T01:43:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-17T15:04:39.000Z (over 1 year ago)
- Last Synced: 2024-04-18T07:20:39.593Z (9 months ago)
- Topics: csharp, firebase-hosting, github-actions, unity
- Language: Python
- Homepage: https://play-time-2d.web.app
- Size: 97.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: