Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Articles page #106

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Articles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Articles

Gathered articles from the Haxe community about game development.

- [Entity and coordinate system](https://deepnight.net/tutorial/a-simple-platformer-engine-part-1-basics/)
- [collision checking](https://deepnight.net/tutorial/a-simple-platformer-engine-part-2-collisions/)
- [Bresenham algorithm](https://deepnight.net/tutorial/bresenham-magic-raycasting-line-of-sight-pathfinding/)
- [Cheap pixel-art color swaps based on LUTs: why, how and alternatives](https://gist.github.com/Yanrishatum/86794e9e663a7e343f9ef66e8b0f38ae)


## Other programming languages

- *Game programming patterns* by Bob Nystrom ( (!) code snippets in C++)
- https://gameprogrammingpatterns.com/ (also includes an open free online version of the book)
11 changes: 0 additions & 11 deletions Development.md

This file was deleted.

17 changes: 10 additions & 7 deletions First-outlook.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ When compiling the `all.hxml` file all samples should get compiled (which curren
### 👩‍💻👨‍💻 Samples from other users

You can also learn from external public repositories from other **members of the community**

- [Smallest-Heaps-Examples](https://github.com/Beeblerox/Simplest-Heaps-Examples) by Beeblerox
- [haxe-heaps-examples](https://github.com/joereynolds/haxe-heaps-examples) by Joe Reynolds

Expand All @@ -32,19 +33,21 @@ Learn from **simple games** made for beginners/learning
### 🐾 Step-by-step Tutorials

Learn from step-by-step **tutorials**
- [Deepnight tutorials](https://deepnight.net/tutorials/) by Deepnight/Sébastien Bénard
- [BiteSize video playlist on YouTube](https://www.youtube.com/playlist?list=PLT0YBWiI9UjE-yTXsQF8vy0t2qF5JT0-u) by Willie The Stupid Programmer

- [Deepnight tutorials](https://deepnight.net/tutorials/) by Deepnight/Sébastien Bénard
- [BiteSize video playlist on YouTube](https://www.youtube.com/playlist?list=PLT0YBWiI9UjE-yTXsQF8vy0t2qF5JT0-u) by Willie The Stupid Programmer

### 🏰 Complete games (open source)

- Learn from **complete games** that where created for game jams and are open source:
- [[Jam games]]
Learn from **complete games** that where created for game jams and are open source ([[Jam games]]).

### 🌐 Community

- Ask questions, discuss and get in touch with the **community**!
- Discord (*#heaps* channel): https://discord.gg/sWCGm33
- Discourse: https://community.heaps.io/
Ask questions, discuss and get in touch with the **community**!

- Discord (*#heaps* channel): https://discord.gg/sWCGm33
- Discourse: https://community.heaps.io/
- More [[Articles]] on Haxe/Heaps game development

## 📒 Discover Haxe

Expand Down
2 changes: 1 addition & 1 deletion _Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
* [[Platform game]]
* [[Rogue]]
* [[Sample games with resources]]
* [[Development]]
* [[Articles]]