Skip to content

Commit

Permalink
Add an Community Tutorials section to Resources (#280)
Browse files Browse the repository at this point in the history
* Create 07-tutorials.html.md

* add luke makes games learn haxe with haxeflixel

* Update 07-tutorials.html.md

* Update 06-faq.html.md

* Update and rename 07-tutorials.html.md to 07-community-tutorials.html.md

* Update 07-community-tutorials.html.md
  • Loading branch information
ninjamuffin99 authored Feb 20, 2024
1 parent 70b3244 commit eafb154
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 3 additions & 7 deletions documentation/03_resources/06-faq.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ No, you have to learn HaxeFlixel to use HaxeFlixel, although previous experience
#### Do I have to learn OpenFL to use HaxeFlixel?
No, HaxeFlixel abstracts it completely.

#### Are there any tutorials?
#### Are there any more tutorials?
We have a dedicated [**Community Tutorials** page](https://haxeflixel.com/documentation/community-tutorials) that links to many external community made tutorials!

- [@SeiferTim's](https://twitter.com/SeiferTim) [Dungeon Crawler Tutorial](https://haxeflixel.com/documentation/tutorial/)

- [atomicptr's](https://github.com/atomicptr/GameMechanicExplorer-HaxeFlixel) [Game Mechanic Explorer port](http://gme.qr9.de/)

- [Videos from Christopher Butler](https://www.youtube.com/watch?v=LpKvSPwHOP8&list=PLi0ypjD5PcV9xdjycW0hYi_HD297012tE)
(covering everything from installation to prototyping a platformer).
You can find the official HaxeFlixel "Dungeon Crawler" tutorial [here](https://haxeflixel.com/documentation/tutorial/).

#### I found a bug, where to report?
On the [official GitHub repository](https://github.com/HaxeFlixel/flixel/issues).
Expand Down
14 changes: 14 additions & 0 deletions documentation/03_resources/07-community-tutorials.html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
```
title: "Community Tutorials"
```
While we try our best to make good documentation and a good example tutorial, we can only do so much!
So this will be a big list to various external Community Tutorials made by other people!

## Written

- [(2023) Tim’s Tips #1: Texture Packing Sprites](https://axolstudio.com/articles/2023-07-23-tims-tips-1-texture-packing-sprites/)

## Videos

- [(Playlist - 2024) Learn Haxe with HaxeFlixel - Luke Makes Games ](https://www.youtube.com/playlist?list=PLLrBJXzcw-ddqs3tf31Qj-eN67WwR-uQa)
- [(Playlist - 2021) Code Along: Breakout - Axol Studios](https://www.youtube.com/playlist?list=PL0mTR4YHxhDhD39potymkrbI44DzwTyi8)

0 comments on commit eafb154

Please sign in to comment.