Don't Eat the Yellow Snow! - Part 2 - Lua and Love2D

preview_player
Показать описание
Creating a Player class and instancing a player object. Loading and drawing a player sprite. Move sprite with keystates.

A Tutorial Series for creating Don't Eat the Yellow Snow! game in the Lua language and Love2D. This game is Object Oriented using Modules and Lua Prototype Classes.

@ProgrammingRainbow
Рекомендации по теме
Комментарии
Автор

the C version was easier to understand than this LOL
it seems Lua's OOP and "private" members are very much like Python's

firstname