Any questions - I on one of the community will respond to help you :)
2 simple question:
-By "arcade game" do you mean die and retry scoring game or anything who standed on arcade ? (shut them all, gunners, soccers game, etc)
- I've tried to make some ascii game but i had the feel the screen is to small, can we change it or must we use sprite?
Btw: really cool game jam theme, i've never eared about classic and 30 year old stuff so i'm discovering so many things in a so little time! :)
Thanks you! o/
Thanks Shizu - Yes, Arcade is generate term for action game moving about etc. can be shooting or moving with score goal or end goal in mind.
If you look into it - you find an easy way to create Sprites (UDGs in BASIC) using BIN numbers.
BIN 00011000 (8 pixels wide with only two middle pixels turned on)
A standard speccy sprite is 8x8 pixels in size.
Hum thanks for your anwser.
So now i'm trying to make a sprite with a code i found on youtube but i always got this error, is it normal ?
The udg editor can read it but i can play the game :/
And when i try to use the udg it doesn't save my draws the next time i load the file >.<
http://prntscr.com/fe5vo0
I can only see part of your code. Do you have a larger for loop, not seen, around the whole thing? It looks like you have a game loop and you recreate the udg every time? You only need to create the udg once and then you can start your game loop. Move the code in lines 62 to 75 to the beginning and make sure it is only run once.