USCII, the User Specified Character Integrated Interpreter
USCII, the User Specified Character Integrated Interpreter
This is new software, but it is not a game so I set it here.
This is USCII. Just see what it can do.
You need a RAM-pack that can do hires (WRX).
Add your comments in the thread...
Video:
https://youtu.be/gXOblyzVmgo
The utility:
The manual:
A game with USCII:
EDIT: new version with printing numbers 0 to 65535
This is USCII. Just see what it can do.
You need a RAM-pack that can do hires (WRX).
Add your comments in the thread...
Video:
https://youtu.be/gXOblyzVmgo
The utility:
The manual:
A game with USCII:
EDIT: new version with printing numbers 0 to 65535
Last edited by dr beep on Tue Feb 19, 2019 5:37 pm, edited 4 times in total.
Re: USCII, the User Specified Character Integrated Interpreter
I coded DOGCATCH also in pure ZX81 BASIC.
That game is slower than the version in USCII.
This is possible due to a simpler numberprinting.
Both games run simultaneously (although bad resolution)
https://youtu.be/rwzcrSbIJkk
That game is slower than the version in USCII.
This is possible due to a simpler numberprinting.
Both games run simultaneously (although bad resolution)
https://youtu.be/rwzcrSbIJkk
Re: USCII, the User Specified Character Integrated Interpreter
The listing of the small game:
Re: USCII, the User Specified Character Integrated Interpreter
This will comeback in handy for converting Lambda 8300 games for the ZX81. 

Re: USCII, the User Specified Character Integrated Interpreter
I can easliy add an option to print leading zero’s on a number.
You can also choose to not print leading zero’s
So score could be
Score=100
Or
Score=00100
You can also choose to not print leading zero’s
So score could be
Score=100
Or
Score=00100
Re: USCII, the User Specified Character Integrated Interpreter
How would i use this with a sprite sheet?
For instance, how would i make a straight line?
For instance, how would i make a straight line?
In Heck, there are two options for perpetual torment:
Eat the Puckerberry and suffer for eternity:
drink nothing but a cocktail of The Last Dab and Mexican Cake blended and served with
habanero slices

Eat the Puckerberry and suffer for eternity:
drink nothing but a cocktail of The Last Dab and Mexican Cake blended and served with
habanero slices

Re: USCII, the User Specified Character Integrated Interpreter
With this software you can create 25 custom characters. So this is not full graphics for the whole screen.
Download the demo game dogcatch.p, and modify it with your own custom characters. Start to get comfortable with this. After that you can modify the game from there into your own ideas.
Download the demo game dogcatch.p, and modify it with your own custom characters. Start to get comfortable with this. After that you can modify the game from there into your own ideas.
Re: USCII, the User Specified Character Integrated Interpreter
Which, by the way, is possible when you POKE directly on the screen. I need to calculate start of screen for that and then just add 32 for each next line and 0-31 for each byte. Then POKE the value you want there.mrtinb wrote: ↑Mon Nov 11, 2019 6:56 am With this software you can create 25 custom characters. So this is not full graphics for the whole screen.
Download the demo game dogcatch.p, and modify it with your own custom characters. Start to get comfortable with this. After that you can modify the game from there into your own ideas.