diff --git a/FAQ.md b/FAQ.md index 1988ec238..bbfa18b80 100644 --- a/FAQ.md +++ b/FAQ.md @@ -36,7 +36,7 @@ To prevent that exception from happening, add the following line before calling We have a few examples! The simplest of all is in [the root example folder](/example/). This folder must be called `example` and contain a single project, so it's a very simple generic example game. -However there is an [examples folder inside the docs](/docs/examples) that contains many more examples. Most newer features we are adding we are trying to add a specific example for that. Those are directed to specific features. +However there is an [examples folder inside the doc](/doc/examples) that contains many more examples. Most newer features we are adding we are trying to add a specific example for that. Those are directed to specific features. If you want a more full-fledged game, please check [BGUG](https://github.com/fireslime/bgug), FireSlime's open source fast paced side-scrolling platformer. It is mostly up-to-date with Flame and uses a good chunck of the featues offered by the engine. Other examples game are [feroult](https://github.com/feroult)'s [Haunt](https://github.com/feroult/haunt), which is outdated but showcases Box2D,[renancaraujo](https://github.com/renancaraujo)'s port of the [trex](https://github.com/flame-engine/trex-flame) chrome game in Flame, and also [Bob Box](https://github.com/fireslime/bounce_box), which is easy to grasp and a good display of our core features. diff --git a/example/README.md b/example/README.md index e01b07945..e43515547 100644 --- a/example/README.md +++ b/example/README.md @@ -2,4 +2,4 @@ A sample Flame game showcasing the basic game structure and the use of PositionComponents. -There are a lot more more [examples](../docs/examples) and [docs](../docs). +There are a lot more more [examples](../doc/examples) and [docs](../doc).