Hi ! I wonder with what software do you make this e-book, because it seems to me that using LaTeX could really increase your work flow with this kind of writing (basically, you leave all the rendering and the positioning to the software and it really saves time ^^). FYI, i got a master's degree in p...
Hi ! Your game is pretty neat, i didn't check the coding yet but here is a few power up (and down ^^) ideas : - Something to make your size bigger or smaller - Some bombs (exploding on touch) that clear the blacks boxes around them (the more powerful, the bigger the radius) - Something to increase o...
Hi ! First, nice first little Lib you have there ^^ And, as coding convention, I prefer to not use the __call for creating new objects for a simple reason : I want to keep the possibility for my objects to use it for something else. e.g. What if i want to create a functional object that can produce ...
Don't worry and keep working. Any active project will surely have feedback ^^ As for myself i wait the game to be a little more constructed to do a complete feed back, because right now i don't have much to say since the game itself isn't much ! But i love the background story and astronomy, so go o...
Hellö ! Functions are in lua, just like any variables. However if you use the () syntax you will make a function call. So, either you pass the function as it is : button.click = mouseclick or you make a function that will return a function : local factory = function (btn) return function (x, y, b) -...
Well... I could do that ! However the main.lua file is just a showroom, i don't want to spend time on interfacing tests in which i will have no future needs for. (i will think of something for the unreadable colors, like make a function to get nagative/complementary colors and display it as backgrou...
Hellö ! I designed a little library to manage colors, gradients and color collections. It's 75% done and can be used as it is. The "data" inside he name isn't here to be pretty ^^ I added a whole bunch of predefined colors (it's in fact the second purpose of the library). Here is a testing...
Hellö ! I've made a mini game inspired by this curiosity : memory Glyph.love It's a little memory game with generated symbols.. guess how they are generated ^^ Btw, @celynwalters, just saw your edit2. It indeed tends to have privileged axes towards the diagonals, i had a few perfect circles (perfect...