forked from aarextiaokhiao/Factor-Num-Up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (36 loc) · 1.49 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<head>
<title>Factor Num Up</title>
<link href="stylesheets/theme.css" rel="stylesheet">
<link id='theme' rel="stylesheet">
<script type="text/javascript" src="src/load_theme.js"></script>
</head>
<body onload='load_theme()'>
<b style='font-size:36px'>Factor Num Up</b>
<div style='font-size:24px'>
(formerly Prime Factorizer)<br>
Created by Aarex</div>
<a href="changelog.html">v0.201</a> (released in 7/10/18)
<br><br>
A game where the premise is to reach the highest number that you can.
<br><br>
<b>Credits</b>
<list>
<li>Hevipelle - Inspiration (<a href="https://ivark.github.io" target="_newtab">Antimatter Dimensions<a>)</li>
<li>Me - Inspiration (Ranks)</li>
<li>Username5243 - Game suggestions, grammatical fixes, and "How to play?" updates</li>
<li>huntergeisel - Game suggestions</li>
<li>KaiserTom - More bugfixes</li>
</list>
<br>
<b>Discord</b>
<br>
The developer has created a community server about this game! You can join the server from the link: <a href="https://discord.gg/Bh2Cty7">discord.gg/Bh2Cty7</a>
<br><br>
<b>Check out my other games!</b>
<list>
<li><a href="https://aarextiaokhiao.github.io/Ranks" target="_newtab">Ranks<a></li>
<li><a href="https://aarextiaokhiao.github.io/Ranks-Quarry" target="_newtab">Ranks: Quarry<a></li>
<li><a href="https://aarextiaokhiao.github.io/Colorful-Fills" target="_newtab">Colorful Fills<a></li>
<li><a href="https://aarextiaokhiao.github.io/Universal-Attractor" target="_newtab">Universal Attractor<a></li>
</list>
</body>