Skip to content

Commit e9f5686

Browse files
Some changes
1 parent 6113ced commit e9f5686

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# About
1+
# **About**
22

33
This website is the documentation site for MeltedForge. Since other devs, need some sort of valid
44
documents which would guide them in their journey using MeltedForge instead of manually reading the entire

docs/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# MeltedForge
1+
# **MeltedForge**
22

33
MeltedForge is game engine written in the C language. It was first started as a simple
44
hobby engine. But slowly, the aim wasn't anymore to be a "hobby" engine. As a game engine,
55
we want it to be like a proper 2d/3d game engine which can actually export fun and enjoyable games.
6-
We admit it sounds ambitious and like any other "wannabe" engine. But still we continue work to make
7-
it a reality.
6+
We admit it sounds ambitious and like any other "wannabe" engine. But still we continue to work to make
7+
goal a reality.
88

99
The entire code is open sourced. The github repository is [here](https://github.com/CloudCodingSpace/MeltedForge).
1010
One of the main reason it is open sourced is first of all, we feel like open source projects is a great learning resource
1111
for other devs and secondly, the option for community suggestions is open. Which in our opinion, a good thing since
1212
it helps point out bugs, certain inconsistencies and enrich ideas from various minds all over the world.
1313

14-
# Goals
14+
---
15+
16+
# **Goals**
1517
We want to give our client developer 2 main options :-
1618
- Either create a game using the engine's editor (Not yet started the editor)
1719
- Or, manually write your app natively in C/C++ by directly interacting with the engine's core.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ markdown_extensions:
4848
- pymdownx.superfences
4949

5050
nav:
51-
- Home: index.md
51+
- Introduction: index.md
5252
- About: about.md
5353

5454
copyright: Copyright(c) 2025-2026 CloudCodingSpace

0 commit comments

Comments
 (0)