Not yet, but if someone takes the time to work on that document and on the calculator ROM dumps (which can be extracted from the official emulators with my tool linked in the TI-Bank news), it might be the case soon.
Either way, this seems like some progress, as the TI-30 was always completely unprogrammable
I am back to 0.5.3 (which works fine ) and I noticed that compiling is much, much faster. Were that many new features added to Axe 1?
Yes, and tons of new features were added, allowing variable names to be longer, forward referencing, a much, much higher variable limit, and other changes. This translates to slower parsing, but it's more flexible this way.
I did not know we could have longer variable names, that's sweet!
Are you positive that you sent the two appvars to your calc, World1 and World2 (or World01 and World02 depending on the version you downloaded) and that they are in archive?
If this is your first released game, though, i'm impressed! a question: why do the tiles disappear on the left side of the screen? did you redraw the screen every frame and just not make the tilemap wide enough?
1: yeah, it is 2: I didn't make the rendering area large enough, but that's fixed for Spacky 2
I cannot play your game "SPACKYE", I just get "You melted" and random graphics whenever I press 2ND in the home screen. I have all the files included loaded and Crabcake too.
I've been sort of way for the last days. Don't worry, I'll be back on Saturday.
The Summer course that I got into to was unexpected
On Tuesday, I had a Python Competition, with 6 challenges, I solved 5 and got first place! Friday I'll tell you about the prize Perhaps another Arduino?
Spoiler For For the english speaking Persons in the GERMAN-SPEAKING PART:
I've added a .avi - video into a Microsoft office Powerpoint 2007 - presentation. But I'm not able to start the video. Nothing happens if I press PLAY and START and so on.
class jframtest { public static void main (String[] args) { JFrame myFrame = new JFrame(); myFrame.setDefaultLookAndFeelDecorated(true); myFrame.setBackground(Color.BLACK); myFrame.setSize(400,400); myFrame.setVisible(true); } } I tried that and it didn't work either, so I investigated on it and found out:
The method "JFrame.setBackground()" has been deprecated on Swing.
In other words, everything about the JFrame relating to it being a container has been rendered void of use. Instead, you have to call javax.swing.JFrame.getContentPane() and use that container.
Okay, so it turns out the judges download their program from the poll, and they don't get to see the actual email. I'm sure most of us put info in the email, or said the project wasn't open source, so the zips in the poll didn't not contain those.
Spoiler For original post:
I'm one of the judges of the Axe contest and I'm quite disappointed with the way the entries were sent in.
From the 10 entries:
4 of them don't say which Axe version I should use to compile source code
1 of them doesn't say which is the main file to compile, but says which version I should use
2 of them don't have the source
2 of them don't compile due to errors
This entries won't get 0 of course, but I will talk with the other judges about how to judge those entries. For now, I just want to let you know that you should've followed the rules because we need: