Skip to content

Commit e07e556

Browse files
committed
Updated to version 0.0.26
1 parent 3074ffd commit e07e556

4 files changed

Lines changed: 49 additions & 4 deletions

File tree

.github/scripts/windows-installer-template.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $ErrorActionPreference = "Stop"
99

1010
# Configuration
1111
$APP_NAME = "Woodlanders Launcher"
12-
$APP_VERSION = "0.1.0"
12+
$APP_VERSION = "0.1.1"
1313
$JRE_VERSION = "21"
1414
$INSTALL_DIR = "$env:LOCALAPPDATA\Woodlanders\Launcher"
1515
$JRE_DIR = "$INSTALL_DIR\jre"

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,24 @@ This game was developed using a combination of cutting-edge AI tools, each contr
1919

2020
The goal was simple yet audacious: **build a complete, enjoyable multiplayer game in Java using only AI prompts and requests**. No direct code writing. No manual debugging. Just describing what we wanted, and letting Kiro AI bring it to life.
2121

22+
---
23+
24+
## 🚀 Quick Start
25+
26+
### Woodlanders Launcher (Recommended)
27+
28+
The easiest way to play Woodlanders is with our auto-updating launcher:
29+
30+
**📥 [Download Woodlanders Launcher](https://github.com/gcclinux/woodlanders-launcher/releases)**
31+
32+
Features:
33+
-**One-Click Install** - Download and install automatically
34+
- 🔄 **Auto-Updates** - Always get the latest version from source
35+
- 🎮 **Easy Launch** - Start playing with a single click
36+
- 📦 **No Dependencies** - Everything you need is included
37+
38+
For manual installation or building from source, see the **[Installation Guide](docs/INSTALLATION.md)**.
39+
2240
<div align="center">
2341

2442
| Help & Issues | Join Discussions and share ideas |

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'application'
44
}
55

6-
version = '0.0.23'
6+
version = '0.0.26'
77

88
repositories {
99
mavenCentral()

www/index.html

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,34 @@
3030
<div class="hero-content">
3131
<h1 data-i18n="hero_title">🌲 WOODLANDERS 🌲</h1>
3232
<p data-i18n="hero_subtitle">A 2D Multiplayer Adventure Built with AI</p>
33-
<a href="#about" class="btn" data-i18n="hero_btn">⚔️ START EXPLORING ⚔️</a>
33+
<a href="#download" class="btn" data-i18n="hero_btn">⚔️ START EXPLORING ⚔️</a>
34+
</div>
35+
</section>
36+
37+
<section id="download" style="background: linear-gradient(135deg, #2d5016 0%, #1a3009 100%); padding: 3rem 2rem;">
38+
<h2 data-i18n="download_title">🚀 GET WOODLANDERS 🚀</h2>
39+
<p data-i18n="download_subtitle" style="font-size: 1.2rem; margin-bottom: 2rem;">Choose your preferred way to play</p>
40+
<div style="display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; max-width: 900px; margin: 0 auto;">
41+
<div style="flex: 1; min-width: 300px; background: rgba(0,0,0,0.3); padding: 2rem; border-radius: 10px; border: 2px solid #4a7c2c;">
42+
<h3 style="color: #8bc34a; margin-bottom: 1rem;">🎮 Launcher (Recommended)</h3>
43+
<ul style="text-align: left; margin: 1rem 0; list-style: none; padding: 0;">
44+
<li style="margin: 0.5rem 0;">✅ One-Click Install</li>
45+
<li style="margin: 0.5rem 0;">🔄 Auto-Updates</li>
46+
<li style="margin: 0.5rem 0;">🎮 Easy Launch</li>
47+
<li style="margin: 0.5rem 0;">📦 No Dependencies</li>
48+
</ul>
49+
<a href="https://github.com/gcclinux/woodlanders-launcher/releases/latest" class="btn" target="_blank" data-i18n="btn_download_launcher" style="margin-top: 1rem; display: inline-block;">⬇️ Download Launcher</a>
50+
</div>
51+
<div style="flex: 1; min-width: 300px; background: rgba(0,0,0,0.3); padding: 2rem; border-radius: 10px; border: 2px solid #4a7c2c;">
52+
<h3 style="color: #8bc34a; margin-bottom: 1rem;">📦 Direct Download</h3>
53+
<ul style="text-align: left; margin: 1rem 0; list-style: none; padding: 0;">
54+
<li style="margin: 0.5rem 0;">💻 Manual Installation</li>
55+
<li style="margin: 0.5rem 0;">🔧 Requires Java 21+</li>
56+
<li style="margin: 0.5rem 0;">📥 Latest Release</li>
57+
<li style="margin: 0.5rem 0;">🛠️ For Advanced Users</li>
58+
</ul>
59+
<a href="https://github.com/gcclinux/woodlanders/releases/latest" class="btn" target="_blank" data-i18n="btn_download" style="margin-top: 1rem; display: inline-block;">⬇️ Download Direct</a>
60+
</div>
3461
</div>
3562
</section>
3663

@@ -42,7 +69,7 @@ <h3 data-i18n="about_vision_title">🚀 The Vision: Zero-Code Game Development</
4269
<p data-i18n="about_vision_text">The goal was simple yet audacious: build a complete, enjoyable multiplayer game in Java using only AI prompts and requests. No direct code writing. No manual debugging. Just describing what we wanted, and letting Kiro AI bring it to life.</p>
4370

4471
<h3 data-i18n="about_status_title">📊 Project Status & Progress</h3>
45-
<p><strong data-i18n="about_status_version">Current Build Version:</strong> 0.0.25 | <strong data-i18n="about_status_label">Status:</strong> <span data-i18n="about_status_active">Active Development</span></p>
72+
<p><strong data-i18n="about_status_version">Current Build Version:</strong> 0.0.26 | <strong data-i18n="about_status_label">Status:</strong> <span data-i18n="about_status_active">Active Development</span></p>
4673
<p data-i18n="about_status_desc">Woodlanders has evolved from concept to a feature-rich multiplayer game with 20+ completed systems. The project uses two complementary development approaches:</p>
4774
<ul style="text-align: left; max-width: 800px; margin: 1rem auto; list-style: none;">
4875
<li><strong data-i18n="about_vibe">🌊 Kiro AI Vibe:</strong> <span data-i18n="about_vibe_desc">Rapid prototyping and iterative feature additions through natural conversation</span></li>

0 commit comments

Comments
 (0)