This repository has been archived by the owner on Jun 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
96 lines (96 loc) · 5.17 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: default
title: About
---
<section>
<div class="p-strip is-shallow">
<div class = "row">
<div class="col-6">
<h3>Will you capture her inky heart?</h3>
Doki Doki: The Angel Returns is an unofficial mod for the game <i>Doki Doki Literature Club!</i> that takes place after the events of the game and <i>Bendy and the Ink Machine</i>. This mod is the result of an experiment to bring a character from one game to another with a Character File Format converter (<code>.chr</code>) in hopes of answering the question: <i>What happens if Alice Angel enters the Dokiverse?</i>
</div>
<div class = "col-6">
<img src="assets/img/screenshot.png" alt="Sample screenshot">
</div>
</div>
</div>
<div class="p-strip is-shallow">
<div class = "row">
<div class = "col-6">
<center>
<img src="assets/img/screenshot-puzzletime.png"/>
</center>
</div>
<div class="col-6">
<h3>Solve unique puzzles</h3>
The Angel Returns brings some new, intriguing puzzle minigames in between each day. However, these aren't standard puzzles. These puzzles challenge the brain and think outside of the box for some of the solutions. Some puzzles can include changing the game's settings or manipulating files in the player's Home directory to achieve an action.
</div>
</div>
</div>
<div class="p-strip is-shallow">
<div class = "row">
<div class="col-7">
<h3>Powered by AliceOS</h3>
AliceOS is an in-house, open-source project that brings new frameworks and screens to Ren'Py projects and DDLC Mods alike. From a secure filesystem to a new notification system, AliceOS adds more functionality to any visual novel experience. Developers can create new applets to further extend AliceOS for their games!
</div>
<div class = "col-5">
<center>
<img src="https://aliceos.app/assets/img/custom/2.png" width = "100%" alt="AliceOS"/>
</center>
</div>
</div>
</div>
<div class="p-strip is-shallow">
<div class = "row">
<div class = "col-5">
<img src="assets/img/sayonika.png" alt="Sayonika">
</div>
<div class="col-7">
<h3>Tested with Sayonika's Travis configuration</h3>
<p>
As an open-source project, The Angel Returns is often involved with new projects and experiments to aid the visual novel developer communities, such as Sayonika, Doki Doki Mod Manager, and AliceOS. The Angel Returns has been extensively tested for Travis CI deployment, ensuring that your DDLC mods are deployed easily and quickly. We recommend checking out the Sayonika team and their work in making DDLC mods easier.
</p>
<p>
<a class = "p-button" href="https://github.com/Sayo-nika">Check out Sayonika</a>
</p>
</div>
</div>
</div>
<div class="p-strip is-shallow">
<div class = "row">
<h3>Hear what others are saying</h3>
<div class = "row">
<div class = "u-equal-height">
<div class = "col-4">
<div class="p-card">
<h3 class="p-card__title"><a href="https://twitter.com/LaurenSynger">Lauren Synger</a></h3>
<p class="p-card__content">
<p lang="en" dir="ltr"><a href="https://twitter.com/hashtag/BATIM?src=hash&ref_src=twsrc%5Etfw">#BATIM</a> fans check out this awesome demo and experience the Angel wreaking havoc anime style! ❤️😇😈<a href="https://t.co/31nUlHVFLU">https://t.co/31nUlHVFLU</a></p>
</p>
</div>
</div>
<div class = "col-4">
<div class="p-card">
<h3 class="p-card__title">
<a href = "https://www.reddit.com/user/somerandomname5">somerandomname5</a>
</h3>
<p class="p-card__content">
Finished the demo. Very high quality mod you have here! I look forward to the full release. —
</p>
</div>
</div>
<div class = "col-4">
<div class="p-card">
<h3 class="p-card__title">
<a href = "https://www.reddit.com/user/Frostby">Frostby</a>
</h3>
<p class="p-card__content">
Wow, nice mod you got here friend. I just finished it right now with the 0.1.1 update and it's very good. Can't wait for the full release!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>