-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (173 loc) · 9.89 KB
/
index.html
File metadata and controls
194 lines (173 loc) · 9.89 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lemonade Arcade - Make Retro-Style Games in Minutes with AI</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="stylesheet" href="assets/homepage.css">
</head>
<body>
<div class="homepage-container">
<!-- Header -->
<header class="homepage-header">
<nav class="nav-links">
<a href="https://github.com/lemonade-sdk/lemonade-arcade" class="nav-link" target="_blank" rel="noopener noreferrer">
<img src="https://img.shields.io/github/v/release/lemonade-sdk/lemonade-arcade?style=flat-square&logo=github&label=GitHub&color=00ff41&labelColor=1a1a2e&logoColor=white" alt="GitHub">
</a>
<a href="https://discord.gg/5xXzkMu8Zk" class="nav-link" target="_blank" rel="noopener noreferrer">
<img src="https://img.shields.io/badge/Join-Discord-00ff41?style=flat-square&logo=discord&labelColor=1a1a2e&logoColor=white" alt="Join Discord">
</a>
</nav>
</header>
<!-- Hero Section -->
<main class="hero-section">
<div class="ascii-banner">
<pre>██╗ ███████╗███╗ ███╗ ██████╗ ███╗ ██╗ █████╗ ██████╗ ███████╗
██║ ██╔════╝████╗ ████║██╔═══██╗████╗ ██║██╔══██╗██╔══██╗██╔════╝
██║ █████╗ ██╔████╔██║██║ ██║██╔██╗ ██║███████║██║ ██║█████╗
██║ ██╔══╝ ██║╚██╔╝██║██║ ██║██║╚██╗██║██╔══██║██║ ██║██╔══╝
███████╗███████╗██║ ╚═╝ ██║╚██████╔╝██║ ╚████║██║ ██║██████╔╝███████╗
╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝╚═════╝ ╚══════╝
█████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗
██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝
███████║██████╔╝██║ ███████║██║ ██║█████╗
██╔══██║██╔══██╗██║ ██╔══██║██║ ██║██╔══╝
██║ ██║██║ ██║╚██████╗██║ ██║██████╔╝███████╗
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═════╝ ╚══════╝</pre>
</div>
<h1 class="hero-subtitle">
Create amazing games with AI
</h1>
<p class="hero-description">
Lemonade Arcade uses local LLMs to create retro-style games in minutes.
Build and play new games where the limit is your creativity.
</p>
<div class="cta-section">
<div class="download-section">
<div class="download-option">
<div class="platform-header">
<span class="platform-label">Windows</span>
<span class="platform-desc">Ready to run<br>executable</span>
</div>
<a href="https://github.com/lemonade-sdk/lemonade-arcade/releases/latest/download/LemonadeArcade.exe" class="download-btn secondary-download" id="windowsDownloadBtn">
<img src="assets/favicon.ico" alt="Download" class="download-icon">
<span class="download-text">Download</span>
</a>
</div>
<div class="download-option">
<div class="platform-header">
<span class="platform-label">Linux</span>
<span class="platform-desc">Python package<br>installation</span>
</div>
<a href="https://github.com/lemonade-sdk/lemonade-arcade#linux-and-windows-devs" class="download-btn secondary-download" target="_blank" rel="noopener noreferrer">
<span class="download-text">PyPI Setup</span>
</a>
</div>
</div>
<div class="game-preview">
<img src="https://github.com/lemonade-sdk/assets/raw/main/arcade/space_invaders_x.gif?raw=true"
alt="Space Invaders Game Preview"
class="game-preview-gif">
</div>
<div class="section-divider">
<div class="divider-line"></div>
<div class="divider-glow"></div>
</div>
<div class="features-grid">
<div class="feature-card">
<span class="feature-icon">🤖</span>
<h3 class="feature-title">AI-Powered</h3>
<p class="feature-description">
Use AI to relive nostalgic games or generate new ones!
</p>
</div>
<div class="feature-card">
<span class="feature-icon">⚡</span>
<h3 class="feature-title">Instant Gratification</h3>
<p class="feature-description">
From idea to playable game in minutes.
</p>
</div>
<div class="feature-card">
<span class="feature-icon">🕹️</span>
<h3 class="feature-title">Game Ready</h3>
<p class="feature-description">
Built-in games included. Get inspired.
</p>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer-section">
<div class="footer-links">
<a href="https://github.com/lemonade-sdk/lemonade-arcade" class="footer-link" target="_blank" rel="noopener noreferrer">
View on GitHub
</a>
<a href="https://discord.gg/5xXzkMu8Zk" class="footer-link" target="_blank" rel="noopener noreferrer">
Join Discord
</a>
</div>
<div class="section-divider footer-divider">
<div class="divider-line"></div>
<div class="divider-glow"></div>
</div>
<div class="copyright">
<p>© 2025 AMD - Lemonade Arcade. All rights reserved.</p>
<p>Built for fun with Python and AI for gamers by gamers.</p>
</div>
</footer>
</div>
<script>
// Add some interactive effects
document.addEventListener('DOMContentLoaded', function() {
// Feature cards hover effect enhancement
const featureCards = document.querySelectorAll('.feature-card');
featureCards.forEach(card => {
card.addEventListener('mouseenter', function() {
this.style.transform = 'translateY(-10px) rotateY(5deg)';
});
card.addEventListener('mouseleave', function() {
this.style.transform = 'translateY(0) rotateY(0)';
});
});
// Download button click handler
const windowsDownloadBtn = document.getElementById('windowsDownloadBtn');
if (windowsDownloadBtn) {
windowsDownloadBtn.addEventListener('click', function(e) {
// The link will work automatically, no need to prevent default
console.log('Windows download initiated');
});
}
// Navigation link handlers
const discordLinks = document.querySelectorAll('a[href="#discord-link"]');
discordLinks.forEach(link => {
link.addEventListener('click', function(e) {
e.preventDefault();
alert('Please update the Discord invite link!\n\nCurrent placeholder: #discord-link');
// window.open('https://discord.gg/your-server', '_blank');
});
});
// Add typing effect to subtitle
const subtitle = document.querySelector('.hero-subtitle');
const originalText = subtitle.textContent;
subtitle.textContent = '';
let i = 0;
const typeWriter = () => {
if (i < originalText.length) {
subtitle.textContent += originalText.charAt(i);
i++;
setTimeout(typeWriter, 50);
} else {
// Add cursor blink effect
subtitle.style.borderRight = '3px solid #00ff41';
subtitle.style.animation = 'blink 1s infinite';
}
};
// Start typing effect after a short delay
setTimeout(typeWriter, 1000);
});
</script>
</body>
</html>