-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (75 loc) · 3.86 KB
/
index.html
File metadata and controls
81 lines (75 loc) · 3.86 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🌟 Prompt-Star-Fantasy 🌟</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>🌟 Prompt-Star-Fantasy 🌟</h1>
<p>A Turn-Based MMORPG Chat-Based Game</p>
</header>
<main>
<section id="introduction">
<h2>What is Prompt-Star-Fantasy?</h2>
<p>A turn-based MMORPG chat-based game with three waifus. The game features chat mode, battle mode, and town mode. Waifus can speak, listen to your voice, send images (?????), and interact with each other (though this may take time to process).</p>
<p>All you must do is just prompt!</p>
<p class="hashtag">Hashtag: <span>#Open-Source</span>, <span>#local-inference</span>, <span>#RAG</span></p>
<p><a href="https://github.com/Augustus2011/prompt-star-fantasy">🌟 Prompt-Star-Fantasy (Open-Source)</a></p>
<img src="https://i.imgur.com/2CXyV6p.jpeg" alt="Prompt-Star-Fantasy Overview" class="large-img">
<p>My characters:</p>
<img src="https://i.imgur.com/B7JovLn.jpg" class="small-img" alt="Aeliana">
<li>"Aeliana": Brave and curious dwarf adventurer,20 years oldddd, aspiring to be a paladin.</li>
<img src="https://i.imgur.com/SyDMmn6.jpeg" class="small-img" alt="Elara">
<li>"Elara": A top student mage, often sarcastic but powerful.</li>
<img src="https://i.imgur.com/2g9DDzy.jpeg" class="small-img" alt="Lyra">
<li>"Lyra": The caring big sister, a skilled healer and cook.</li>
</section>
<section id="maps">
<h2>Maps</h2>
<p>Currently, there are 13 AI-generated maps. Characters understand the context of each map and the monsters within.</p>
<img src="https://i.imgur.com/H2MLmb9.png" alt="Map Example" class="medium-img">
</section>
<section id="gameplay">
<h2>🎮 Gameplay</h2>
<p>Here is the gameplay for the chat mode from this video. I have disabled TTS for inference speed:</p>
<li>💬 Input chat message</li>
<li>🎤 Input voice</li>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/jC4VJUY_kVQ" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<section id="battle">
<h2>⚔️ Battle Mode Mechanics</h2>
<p>In battle mode, three agents enhance gameplay:</p>
<ul>
<li>Valuate Agent</li>
<li>Summarizer</li>
<li>Generator</li>
</ul>
<p>The boss monster is randomly generated based on the map's characteristics.</p>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/py4YEoIQH6o" frameborder="0" allowfullscreen></iframe>
</div>
<h5>Battle Tips</h5>
<li>Ask your party about their skills before the battle.</li>
<li>Bosses can have weaknesses—ask your party.</li>
<li>Manage your party by calling their names before issuing commands.</li>
<li>🚚 Fun fact: Aeliana can drive Trucksung to attack bosses!</li>
</section>
<section id="town">
<h2>🏘️ Town Mode</h2>
<p>You can flirt and interact with your party in the town!</p>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/whgYaHbBDQ4" frameborder="0" allowfullscreen></iframe>
</div>
</section>
</main>
<footer>
<p>© 2024 Prompt-Star-Fantasy | <a href="https://github.com/Augustus2011/prompt-star-fantasy">GitHub</a></p>
<p>author: Kun Kerdthaisong</p>
</footer>
</body>
</html>