Short Description
@Brief:
- A fast-paced typing game.
- Cursed-words will fall on top of the screen and player must type them as quick as possible.
- Cursed-words are words that are related to real-life social problems in the Philippines.
- Player shoots down cursed-words by typing them out as fast as possible.
- Inspired by Monkeytype, Typeracer, and Z-type.
Goal: To entertain, improve typing skills, and to raise awareness about social issues in the Philippines.
- Martin Edgar Atole
- Ben Jenon Alpuerto
- Noel B. Emaas
- Martin Edgar Atole (Lead)
- Ben Jenon Alpuerto (A. Lead)
- Noel B. Emaas (Lead)
- Github
-
Commits:
git commit -m [action]: [description]
- Action:
Option Information featNew feature for the user, not a new feature for build script. fixBug fix for the user, not a fix to a build script. docsChanges to the documentation. styleFormatting, missing semi colons, etc; no production code change refactorRefactoring production code, eg. renaming a variable testAdding missing tests, refactoring tests; no production code change choreUpdating grunt tasks etc; no production code change.
- Action:
-
Branching:
git branch '[layer]/[description]' '[commit-hash]' --- or --- git checkout -b '[layer]/[description]' '[commit-hash]'
- Layer:
frontend- A branch that concerns the frontend (presentation layer) of the project.backend- A branch that concerns the backend (data access layer) of the project.
- Description:
- Options:
feature,description, orbugfix.
- Options:
- Commit Hash (Optional):
- Create a branch of
[layer]/[description]from a previous commit using the[commit-hash].
- Create a branch of
- Layer:
-