This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - hoffa
Pages: 1 ... 16 17 [18] 19 20 21
256
« on: August 17, 2011, 03:14:05 pm »
I added a short video to show how it works and runs. I can now move and close the windows, and added some content to one of them.
257
« on: August 17, 2011, 08:10:29 am »
Hello, I started a small project of writing in Lua a GUI library for the TI-Nspire. At the moment there's not much; the windows are clickable and the general floating windows thing works. As everybody loves screenshots, I give you a screenshot:  Also here's a very early video with some content in one of the windows. I can move windows around and close them also (forgot to show that, but it works). I'm not even sure if it will actually be that useful when I eventually manage to make something usable, but we'll see about that later. Well that's about it for the moment.
258
« on: June 17, 2011, 10:02:33 am »
Actually it's not a very practical function, but it's the only way to refresh the screen. It eventually calls on.paint(), meaning it can get quite frustrating if your program needs a lot of refreshes at specific moments.
259
« on: June 16, 2011, 02:51:41 pm »
This was quick, but it's going 1.0 now. I fixed a small bug in the title screen (pressing the up arrow in the menu would make the "pixel" in the game change position) that Scout pointed out. The dot is now controlled using either tab or enter (which also means that doing sharp rises when both are pressed is possible), because the arrow key is useless. I initially wanted the player to be able to hold the key, but because the way the OS deals with key signals is crap, it has no advantage. After all tab or enter are also more comfortable and precise. Now the player can return to the title screen at any moment by pressing ctrl + menu. I made some other minor changes and slightly changed the code. This way I have a stable and clean version to work on later. The new download links are on the website.
260
« on: June 16, 2011, 12:54:28 pm »
hoffa, could you release the source please? I'd be delighted.
Sorry, didn't notice your message. Sure I will. I also updated the game, so it's up to 0.9 now (fine-tuned the settings some more, made the ranks realistically achievable, now the high score is saved as soon as the pixel hits a wall, added a small readme.txt file). I edited my first post, the new download link is on the website. I also released the source code, as you wished.
261
« on: June 15, 2011, 09:10:11 am »
Yes, this pleases me, I'm in! I'll start working on my 3D RPG written in Lua right away. o/
263
« on: June 13, 2011, 04:40:25 pm »
264
« on: June 13, 2011, 03:32:15 pm »
Ah ok good.
What about the bug mentionned in my post edit above? (up arrow no longer responds after releasing it the first time). Basically the farthest I can even go is about 20 points or so, because after I moved up once, I can no longer do so again because the game no longer responds to my keypresses.
ActuallY nevemind, I just realized we still had to spam the up arrow to stay somewhat up. Holding it down is less responsive 
I somehow feel that you didn't notice my previous message. :*
265
« on: June 13, 2011, 02:59:49 pm »
EDIT: Bug report, I can only press the up arrow once. If I release the key, afterward it never detects anymore arrow key holding down again so after my first jump I fall down and die, no matter if I keep the up arrow pressed. 
You mean when holding the key down? If yes, well then it hasn't got much to do with the program itself, but rather the way the whole OS has been made (or whatever that deals with the key presses). It only starts sending the key signals while you hold the button down after a short delay, and there is, as far as I know, no practical and accurate way of knowing when the button is held down. The controls should be quite sensitive, so just try to get used to pressing the button rather than holding it down (at least until I find a nice way to deal with the issue).
266
« on: June 13, 2011, 02:54:17 pm »
This looks nice! Also I like how you use different text fonts for the numbers at the bottom.
Also since the title screen is 16 level grayscale in the first screenshot, how large is it on calc? Somehow I think it must be larger than the entire game, but I could be wrong 
Well once the game has been saved, it takes about 16K of space, which is practically nothing. The ZIP compression their format uses does a good job in compressing the picture (and anything for that matter), so no worries there.
267
« on: June 13, 2011, 02:17:40 pm »
Okay new update. First of all I changed that depressive title screen into a less depressive one (long live monochrome displays!  ), and now the high score shows up there also. Then I added the "floating walls" to spice up the game, just cruising straight forward in the cave won't be enough anymore. I fine-tuned the settings and cleaned up the chamber of horrors (i.e. source code) into a polished piece of art. Also some slight performance improvements were made. Download link's there now. Yes it does look good, but it's only decorative. Of course I prefer games with wonderful graphics rather than text-only games. The picture is heavier than the code, and I think that's strange... But this is not a big problem.
Well the whole point of graphics is that it's just eye candy. A well-decorated and good-looking dish is always better than the same food in a rusty old barrel.
268
« on: June 13, 2011, 08:50:45 am »
I was trying to add some things in the game I've been writing, when one relatively simple thing just didn't want to work. I wanted to print the value of a variable to debug my program, and this is what I saw (I tried it on the calculator itself and the same thing showed up):  I'm not going to conjecture anything at the moment (even though I have some ideas about what it might be). Now I'll just try and trim down the program while still keeping that thing there (and no, it's not a sprite), to try to better reproduce it. Edit: oh and I'm talking about the theta and the two strange rectangles, not the game itself; I was just testing some things.
269
« on: June 13, 2011, 05:37:04 am »
Great ! This game looks very nice, congrats ! (But the picture on the title screen must be quite heavy and not really useful)
Well, the picture on the title screen is the title screen picture after all. It might be heavy as raw text, but once it is processed and compressed by TI's tool, it gets very light. The "not really useful" is more subjective than anything else, some people might prefer to have a text-based game without graphics at all. They could just give out all those commercial games you see in shops in a small cardboard box; the artwork doesn't add anything to the game. I personally like to have a title screen, I guess I must be a perfectionist.
270
« on: June 12, 2011, 05:54:09 am »
Do you use a var.store to 'externally' save the score to a math variable ?
Yes, but I tried accessing it externally without success (which is a good thing). Maybe it creates its own namespace only accessible through the document itself.
Pages: 1 ... 16 17 [18] 19 20 21
|