Skip to content

Commit c8ccc4c

Browse files
authored
Merge pull request practical-tutorials#53 from bobeff/bytepath
Add BYTEPATH tutorial
2 parents 45d1290 + ab17a58 commit c8ccc4c

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)
@@ -150,6 +151,28 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
150151

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

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

155178
### Web Scraping:

0 commit comments

Comments
 (0)