Skip to content

Commit bdb2fef

Browse files
authored
Merge branch 'main' into patch-1
2 parents 8366c18 + ef074ba commit bdb2fef

File tree

8 files changed

+19
-4
lines changed

8 files changed

+19
-4
lines changed

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/configure-pages@v5
3434

3535
- name: 🔨 install dependencies & build site
36-
uses: actions/[email protected].12
36+
uses: actions/[email protected].13
3737

3838
- name: ⚡️ upload artifact
3939
uses: actions/upload-pages-artifact@v3

collections/game-engines/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ items:
5656
- gurkenlabs/litiengine
5757
- o3de/o3de
5858
- minetest/minetest
59+
- defold/defold
5960
display_name: Game Engines
6061
created_by: leereilly
6162
---

collections/made-in-colombia/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ items:
2727
- esbanarango/Competitive-Programming
2828
- DiegoRBaquero/node-fb-messenger
2929
- erikagtierrez/multiple-media-picker
30-
- tiangolo/fastapi
30+
- fastapi/fastapi
3131

3232
display_name: Made in Colombia
3333
created_by: andresayac

collections/made-in-somalia/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ items:
2626
- ENG-CJ/Freelancing-WebApp
2727
- aaqyaar/sooyaal-app
2828
- aaqyaar/ijaar-platform
29-
- XudayfiIbra/user-authetications
3029
- AbdullahiKhalif/iskuxire-web-app
3130
- MoDev40/quizera
3231
- aaqyaar/ogaalkoob-app

collections/text-editors/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ items:
3737
- helix-editor/helix
3838
- lapce/lapce
3939
- zed-industries/zed
40+
- KDE/kate
4041

4142
display_name: Text editors
4243
created_by: leereilly

topics/defold/defold.png

7.51 KB
Loading

topics/defold/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
aliases: defold-engine, defold-game-engine, defold-module, defold-extension, defold-library
3+
created_by: Defold Foundation, originally by Christian Murray and Ragnar Svensson
4+
display_name: Defold
5+
github_url: https://github.com/defold
6+
logo: defold.png
7+
released: March 16, 2016
8+
short_description: A cross-platform game engine for high-performance games on desktop, mobile, web and consoles.
9+
topic: defold
10+
related: lua, game-developmment
11+
url: https://defold.com/
12+
wikipedia_url: https://en.wikipedia.org/wiki/Defold
13+
---
14+
Defold is a free and source-available game engine with a focus on high-performance. It uses Lua, a scripting language, and allows you to create games for desktop, mobile, web, and console platforms.

topics/redux/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
created_by: Dan Abramov and Andrew Clark
33
display_name: Redux
4-
github_url: https://github.com/reactjs/redux/
4+
github_url: https://github.com/reduxjs/redux
55
logo: redux.png
66
related: javascript, react
77
released: June 2, 2015

0 commit comments

Comments
 (0)