Game Summary
Sebuah game endless runner tentang menyeberangi jalan raya yang padat sambil mengumpulkan poin sebanyak mungkin.
An endless runner game about crossing a crowded highway while collecting as many points as possible.
Feature List
- Must have
- Nice to have
- Skip
Target Platform
Web - Landscape 1920x1080p
Technology Used
Coding Convention
- PascalCase for Class and Struct Name
- IPascalCase for Interface
- PascalCase for every Function and Public Attribute
_camelCase for Private Attribute
- Variables
- Use Namespace in every class as its folder path with prefix SomeGame.
Branching Policy
Branch Standard
- main, used as current release branch,
Must be updated only from merge request from develop