Skip to content

Commit ab17a58

Browse files
committed
Add BYTEPATH tutorial
Add a new section for the [Lua](https://www.lua.org/) programming language and a new section for the [L�VE](https://love2d.org/) 2D game engine. Inside it add a tutorial for creation of a complete 2D game with **Lua** and **L�VE** called [BYTEPATH](http://store.steampowered.com/app/760330/BYTEPATH/) by [SSYGEN](https://github.com/SSYGEN).
1 parent e79608f commit ab17a58

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
1313
* [Java](#java)
1414
* [JavaScript](#javascript)
1515
* [Kotlin](#kotlin)
16+
* [Lua](#lua)
1617
* [Python](#python)
1718
* [Go](#go)
1819
* [Ruby](#ruby)
@@ -149,6 +150,28 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
149150

150151
* [Keddit - Learn Kotlin While Developing an Android Application](https://medium.com/@juanchosaravia/learn-kotlin-while-developing-an-android-app-introduction-567e21ff9664)
151152

153+
## Lua:
154+
155+
### LÖVE:
156+
157+
* BYTEPATH: Creation of a Complete Game with Lua and LÖVE
158+
* [Part 0: Introduction](https://github.com/SSYGEN/blog/issues/30)
159+
* [Part 1: Game Loop](https://github.com/SSYGEN/blog/issues/15)
160+
* [Part 2: Libraries](https://github.com/SSYGEN/blog/issues/16)
161+
* [Part 3: Rooms and Areas](https://github.com/SSYGEN/blog/issues/17)
162+
* [Part 4: Exercises](https://github.com/SSYGEN/blog/issues/18)
163+
* [Part 5: Game Basics](https://github.com/SSYGEN/blog/issues/19)
164+
* [Part 6: Player Basics](https://github.com/SSYGEN/blog/issues/20)
165+
* [Part 7: Player Stats and Attacks](https://github.com/SSYGEN/blog/issues/21)
166+
* [Part 8: Enemies](https://github.com/SSYGEN/blog/issues/22)
167+
* [Part 9: Director and Gameplay Loop](https://github.com/SSYGEN/blog/issues/23)
168+
* [Part 10: Coding Practices](https://github.com/SSYGEN/blog/issues/24)
169+
* [Part 11: Passives](https://github.com/SSYGEN/blog/issues/25)
170+
* [Part 12: More Passives](https://github.com/SSYGEN/blog/issues/26)
171+
* [Part 13: Skill Tree](https://github.com/SSYGEN/blog/issues/27)
172+
* [Part 14: Console](https://github.com/SSYGEN/blog/issues/28)
173+
* [Part 15: Final](https://github.com/SSYGEN/blog/issues/29)
174+
152175
## Python:
153176

154177
### Web Scraping:

0 commit comments

Comments
 (0)