Played Annie on LOL....
Another thing I did this evening was download a Commodore 64 emulator. Yeah, after realizing a few things namely that I wish that I had programmed the Commodore 64 when I was alot younger and that any programming I do today will help me with my current learning of programming. So with that said I have begun to learn how to program the Commodore 64. Now, I do not mean I am going to become a Commodore 64 programmer. Just in case you do not know the Commodore 64 was released around - my God - 30 years ago!
Here is a little same of code:
1 REM UP, UP, AND AWAY
5 PRINT "(CLR/HOME)"
10 V = 53248 : REM START OF DISPLAY CHIP
11 POKE V + 21,4 : REM ENABLE SPRITE 2
12 POKE 2042,13 : REM SPRITE 2 DATA FROM BLOCK 13
20 FOR N = 0 TO 62 : READ Q : POKE 832+N,Q : NEXT
30 FOR X = 0 TO 200
40 POKE V + 4,X : REM UPDATE X COORDINATES
50 POKE V + 5,X : REM UPDATE Y COORDINATES
60 NEXT X
70 GOTO 30
200 DATA 0,127,0,1,255,192,3,255,224,3,231,224
210 DATA 7,217,240,7,223,240,7,217,240,3,231,224
220 DATA 3,255,224,3,255,224,2,255,160,1,127,64
230 DATA 1,62,64,0,156,128,0,156,128,0,73,0,0,73,0
240 DATA 0,62,0,0,62,0,0,62,0,0,28,0
Now, if you typed that in in your Commodore 64 you would get the following image...
Oh.... ahem, well. I was going to have a screen shot here but it seems like the Commodore 64 emulator I was using did not like being screen shot.
ha ha ha... I actually find it really funny. It is exactly like something that would happen after typing in tons of a program, you type in the whole thing and then it does not work or something happens and then you have to type in the whole thing again!
Have something to say? Please please email me at donalod@gmail.com and let me know what you think...
Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts
Sunday, October 20, 2013
Thursday, March 1, 2012
2012 - Day 57 - Monday - Alpha07
I was not at work today, but I tried to do some work at home, but you know what, the day just flew.. I was at karate though which is always cool. But the big karate news was that there is a grading on April 7th! A mere what, 6 or 7 weeks away! But if I get it I will be up to a green belt. W00t.
You know, it is funny. I have been learning a programming language on and off called PHP. I have been learning or dabbling rather with programming languages on and off all the time since I was a (late) teen. But anyway, it is one thing to mess with a language and a whole other thing to do something with it. So in an effort to learn PHP I began making a game based on the browser based game idea of "Torn City" or "OGame". Remember Torn City? How big were we into that at the time!
Anyway my game is called Alpha07 and it is based on this idea where you have a planet, you can build space ships, fight other players, there will be an economy in it where if you need titanium to build your space ship but your enemy knows that you need lots of titanium then the enemy can buy up the titanium and increase the price of said titanium... therefore fighting you economically before flying his ship over to your planet and blasting it to pieces.
Yeah... I have put a few screen shots together to show you that this is not actually a dream in my head.. I have actually been working on the game for a good while.
My point about all this is that I have actually begun working on the game again, hopefully I will get to launch it properly as a playable game! I will keep you posted.
You know, it is funny. I have been learning a programming language on and off called PHP. I have been learning or dabbling rather with programming languages on and off all the time since I was a (late) teen. But anyway, it is one thing to mess with a language and a whole other thing to do something with it. So in an effort to learn PHP I began making a game based on the browser based game idea of "Torn City" or "OGame". Remember Torn City? How big were we into that at the time!
Anyway my game is called Alpha07 and it is based on this idea where you have a planet, you can build space ships, fight other players, there will be an economy in it where if you need titanium to build your space ship but your enemy knows that you need lots of titanium then the enemy can buy up the titanium and increase the price of said titanium... therefore fighting you economically before flying his ship over to your planet and blasting it to pieces.
![]() |
| Screen Shot 1 - Login Screen |
![]() |
| Screen Shot 2 - Complete with naff pics I drew myself.... |
Yeah... I have put a few screen shots together to show you that this is not actually a dream in my head.. I have actually been working on the game for a good while.
My point about all this is that I have actually begun working on the game again, hopefully I will get to launch it properly as a playable game! I will keep you posted.
Subscribe to:
Posts (Atom)
The Reality Of The News
There have been a few times where I have clicked on a news article only to realise that I have been hit with a paywall. I don't mean thi...
-
There have been a few times where I have clicked on a news article only to realise that I have been hit with a paywall. I don't mean thi...
-
Saturday, All I did really today was prepair, have and then clean up after Sophies birthday party.... one sentence, one long day... sucked...
-
Today we went into NUI Galway - the University that is in Galway city - because there was a science fair on. The fair was actually really go...


