Skip to content

Commit e48fae8

Browse files
add discord link
Signed-off-by: CodeSmile-PC\CodeSmile <[email protected]>
1 parent eef087e commit e48fae8

File tree

5 files changed

+8
-17
lines changed

5 files changed

+8
-17
lines changed

TODO.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,9 @@
1717

1818
### Community Findings
1919

20-
- beginner challenged by type differences - string, int, array?
21-
- beginners have issues working with collections (array or dictionary, how to use)
22-
- could leverage the Table concept for variables
23-
24-
- manuals often too technical (Godot)
25-
> Strings are reference-counted and use a copy-on-write approach, so passing them around is cheap in resources.
26-
> Constructs a new String from the given int.
27-
(note: was from 5 years ago)
28-
2920
facebook https://www.facebook.com/groups/IndieGameDevs/posts/10158096682296573/
3021
Mutee Ur Rahman
31-
Godot is cool, but I now think beginners should start with something easier. For years I struggled to learn engines like Unity, Godot, Gamemaker, but due to my learning disability I couldn't get far. That changed when I started with Gdevelop. It is advertised as a codeless engine, it is open source and feature rich. If you want to finish the learning process faster, this is the way to go. I now don't have to worry about syntax and baggage that comes with coding and can get to game logic immediately. Gdevelop is still like programming but with a lot less boilerplate and a lot less fuss.
22+
Godot is cool, but I now think beginners should start with something easier. [..] Gdevelop is still like programming but with a lot less boilerplate and a lot less fuss.
3223

3324
## High-Level
3425

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ navigation:
1616
url: /docs/
1717
- title: Discussions
1818
url: https://github.com/CodeSmile-0000011110110111/LunyScript-RFC/discussions/
19+
- title: Discord
20+
url: https://discord.gg/EkwNb4rB7W
1921

2022
# Exclude files from processing
2123
exclude:

_layouts/default.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,12 @@
7171
<ul>
7272
<li><a href="{{ '/' | relative_url }}">Home</a></li>
7373
<li><a href="{{ '/docs/' | relative_url }}">Design</a></li>
74-
<li><a href="https://github.com/CodeSmile-0000011110110111/LunyScript-RFC/discussions/" target="_blank">Discussions</a></li>
75-
<li></li>
76-
<li></li>
77-
<li></li>
78-
<li></li>
74+
<li><a href="https://github.com/CodeSmile-0000011110110111/LunyScript-RFC/discussions/" target="_blank">Discuss</a></li>
75+
<li><a href="https://discord.gg/EkwNb4rB7W" target="_blank"><img src="media/Discord-Symbol-White.png" height="66%"/></a></li>
76+
<li></li>
7977

80-
<li><iframe src="https://ghbtns.com/github-btn.html?user=CodeSmile-0000011110110111&repo=LunyScript-RFC&type=star&count=true"
81-
frameborder="0" scrolling="1" width="100" height="21"></iframe><font size=6>👈️&nbsp;👍️</font></li>
78+
<li><iframe src="https://ghbtns.com/github-btn.html?user=CodeSmile-0000011110110111&repo=LunyScript-RFC&type=star&count=true"
79+
frameborder="0" scrolling="1" width="90" height="20"></iframe><font size=6>👈️👍️</font></li>
8280
</ul>
8381
</nav>
8482
</div><!-- end banner -->

media/Discord-Symbol-Blurple.png

13.5 KB
Loading

media/Discord-Symbol-White.png

13.6 KB
Loading

0 commit comments

Comments
 (0)