paulofmandown / rotLove

Roguelike Toolkit in Love. A Love2D/lua port of rot.js
http://paulofmandown.github.io/rotLove/
Other
258 stars 25 forks source link

Most of the dice_ examples do not work #63

Open finchco opened 2 years ago

finchco commented 2 years ago

It looks like they were written before? without? the rest of the structure of rotLove. Need to refactor them into a working state.

timothymtorres commented 2 years ago

True. This is the working dice example:

https://github.com/paulofmandown/rotLove/blob/9b89af61684df87d752796642a9cab7993421fb5/examples/dice.lua#L1-L39

and this is one of the more advanced examples where I didn't properly convert everything to using rot

https://github.com/paulofmandown/rotLove/blob/9b89af61684df87d752796642a9cab7993421fb5/examples/dice_basic.lua#L1-L44

finchco commented 2 years ago

Ok cool. I can take point on converting / fixing these.