-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# THUGPRO-Combo-Tracker | ||
THUGPRO Combo Tracker | ||
THUGPRO Combo Tracker is an app that gathers and presents data about combos made in Tony Hawk's Underground Pro. Its purpose is to significantly simplify analyzing combos, and help players improve and achieve their score goals faster. It is also destined to serve as an individual highscores list, that allows the user to have all of the data of their best combos available at all times. | ||
|
||
It's worth noting, that although the combo data is almost completely obtained from inside the game, either directly or by mimicking the game engine's logic, the application only keeps track of the values. At no point does it modify any of the in-game values in any way. | ||
|
||
This repository's purpose is only to provide an insight to the source code to anyone who's interested. Currently local development is not supported, but this might change in the future. |