forked from zzazzdzz/fools2020
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (14 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Merriweather&display=swap" rel="stylesheet">
<style>
body{ margin:40px auto; max-width:650px; line-height:1.9; font-size:16px; color:#444; padding:0 10px; font-family: 'Merriweather', sans-serif; text-align: center; }
h1 { line-height:1.2; }
a { color: blue; }
</style>
<h1>Fools2020... or not?</h1>
<p>I'm sorry to say that <b>despite my best efforts, I was not able to finish and release Fools2020 in time</b>. Many things have contributed to this state of affairs - busy schedule, overall shortage of development time and resources, organizational problems, big changes in life and mental health issues, and the final nail in the coffin: the recent COVID-19 outbreak.</p>
<p>Because of the unstable development cycle and volatile requirements, the project has become a hard to maintain mess of spaghetti code. Everything is still heavily unfinished and hardly working, and many things would have to be redone from scratch.</p>
<p>However, it would be a huge waste to just throw everything away. I decided to <b>release whatever I was able to make</b>, completed or not, so the community can still have fun together. Everything is uploaded in raw form, with everything uncut.</p>
<p>Try to compile and see things running. Look for unused stuff. Imagine what the project could have been. Look through the source, insert some <i>NotLikeThis</i> comments. Investigate everything. Or even finish what I started. Maybe some day I will be able to see Fools2020 not as the creator, but as a participant.</p>
<p><a href="https://github.com/zzazzdzz/fools2020">https://github.com/zzazzdzz/fools2020</a></p>