jamiebidelia / star_slammers

A Roguelike being created in Rust with "Spelljammer" inspiriations.
The Unlicense
0 stars 0 forks source link

LUA Integration of Skills #5

Open jamiebidelia opened 4 years ago

jamiebidelia commented 4 years ago

The ultimate goal of this issue is to be able to read in a .lua file and parse the table inside it to populate a Skill struct in Rust. This will allow for the easy addition of skills by myself and others as the game progresses.

jamiebidelia commented 4 years ago

Deferred until basic combat is working and there is an application for skills.