You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ title: LunyScript - The Game Programming Gateway
7
7
8
8
## 🎮 You want to make games? Great! 😃
9
9
10
-
But Godot/Unity code is complex, confusing, and completely different everywhere. 😵💫
10
+
But Godot/Unity code is confusing, complex, and completely different everywhere? 😵💫
11
11
12
-
LunyScript is your **🫵 fast-lane, front-row ticket 👑** to C# game programming!🕹️🧑💻
12
+
LunyScript is your **🫵 fast-lane, front-row ticket 👑** to **C#** game programming!🕹️🧑💻
13
13
14
14
```csharp
15
15
publicMyPlayer()
@@ -25,13 +25,13 @@ Why learn pointless differences like`_init`,`Awake`,`BeginPlay`when you just wan
25
25
26
26
## **✨ Same Code - Many Engines ✨**
27
27
28
-
LunyScript let's you program everything game engines have in common: Input🕹️ Camera👁️ Physics⚽ Animation🏃 Audio🎸 UI️📱 Scenes🎭 Objects🪜 and more!
28
+
LunyScript let's you program everything game engines have in common: <br/>🕹️Input 👁️Camera ⚽Physics 🏃Animation 🎸Audio 📱UI️ 🎭Scenes 🪜Objects ➕➕
29
29
30
30
-**Godot and Unity**: Easier to program than Roblox & GameMaker 😏🤗<br/><sup>For **Godot** and **Unity** (ETA 2026/27) [⏰ Join Patreon for updates! 🔔](https://www.patreon.com/CodeSmile){:target="_blank"}</sup>
31
31
-**No runtime errors**: Stay in the flow of creating 🎨🎧<br/><sup>Mi<ins>ts</ins>akes happen! See and inspect issues where they occur: in-game.</sup>
32
32
-**Experiment**: Trial and error is encouraged 🧪🥼<br/><sup>Pure creative joy! Avoid getting drawn into **Tutorial Hell**!</sup>
33
33
-**Concise**: 3-5 times less code than GDScript 🤫🧘<br/><sup>Code is clear and consistent! No CS jargon. No visual scripting spaghetti.</sup>
34
-
-**Powerful**: Enough to create a _Megabonk_ 👑💎<br/><sup>Learn proven concepts: Statemachines, Behaviour Trees, Coroutines.</sup>
34
+
-**Powerful**: Enough to create a _Megabonk_ 👑💎<br/><sup>Learn valuable concepts: StateMachines, BehaviorTrees, Sequences.</sup>
35
35
-**Ready for more**: LunyScript extends easily 🛝🚀<br/><sup>Transition to engine APIs one small step at a time, at your own pace.️️</sup>
36
36
-**Skip dead-ends**: Learn the **career language C#** 🧑🎓🧑💻<br/><sup>Defer the scary syntax but work like a Pro with Rider, VS, VSCode.</sup>
37
37
-**Escape lock-in**: Same code, works everywhere 🔑🔓<br/><sup>Dislike the editor? Community unhelpful? No jobs? Switch engines, keep the code!️</sup>
@@ -43,7 +43,9 @@ LunyScript is the beginner-friendly, high-level game programming DSL that works
Please **star** the [LunyScript-RFC GitHub](https://github.com/CodeSmile-0000011110110111/LunyScript-RFC){:target="_blank"} repository [⏰ Join Patreon for updates! 🔔](https://www.patreon.com/CodeSmile){:target="_blank"}
46
+
Please **⭐star⭐** the [LunyScript-RFC repository](https://github.com/CodeSmile-0000011110110111/LunyScript-RFC){:target="_blank"} and [Join Patreon for updates! 🔔](https://www.patreon.com/CodeSmile){:target="_blank"}
47
+
48
+
<sup>**UPDATE Nov 30th:** FOSS grant application under review! 🥳</sup>
47
49
48
50
---
49
51
@@ -88,7 +90,7 @@ With potential for:
88
90
89
91
-**Phase 1:** First Engine; Portable C# Layer
90
92
-**Phase 2:** Second Engine; Cross-Engine Validation
0 commit comments