Skip to content

Commit 6c262b2

Browse files
authored
docs: add progress tracker
1 parent edd8952 commit 6c262b2

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/about.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ The two main aims are:
1818
#. Replicating the original game's machine code using new C++ source code, producing a faithful reimplementation
1919
#. Providing modding opportunities in the new source code
2020

21-
The project is considered complete when :ref:`Aim 1<Aim1>` has been reached.
21+
The project is considered complete when :ref:`Aim 1<Aim1>` has been reached.
22+
23+
You can track the recent progress `here <https://gynt.github.io/OpenSHC/progress.html>`.
2224

2325
How
2426
=====

docs/contributing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Developing contributions
1010
Contributions are done by contributing either:
1111

1212
* reimplemented source code for functions of the original game: we aim for 100% functionally identical reimplementations
13+
* improving other's reimplementations (track progress `here <https://gynt.github.io/OpenSHC/progress.html>`)
1314
* data structures
1415
* other code
1516

17+
1618
Contributing functions
1719
+++++++++++++++++++++++
1820

docs/faq.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Frequently Asked Questions (FAQ)
33
==================================
44

5+
What is the current status?
6+
=============================
7+
8+
You can track the recent progress `here <https://gynt.github.io/OpenSHC/progress.html>`.
9+
510
Why?
611
====
712

0 commit comments

Comments
 (0)