Bouncy Ball animation using character graphics in the AquariusPlus emulator.

  Рет қаралды 292

Spriteworx

Spriteworx

Күн бұрын

Пікірлер: 8
@1stage
@1stage 11 ай бұрын
Fantastic! Thank you, Jay!
@MattPilz
@MattPilz 11 ай бұрын
As always, another very clear and thorough demonstration! I had attended a presentation at Midwest Gaming a year or two ago and it was interesting to learn the origin of so many games (down to Space Invaders) effectively boiled down to "how can we expand on this very primitive pong/rebound type concept." So that little functionality can go a long way. My first IBM PC game I ever played on a 386 Packard Bell was the included Breakout. I've been toying around with some Aquarius BASIC game ideas and the variable restriction can be rough, so leveraging arrays like that is often logical so long as you can remember what index correlates to what value. The integrated labeling in the new plusBASIC is awesome. In my own makeshift editor one idea I've had is to support enum-type declarations that can then be referenced in place of literals. So in the "source" you could define PLAYER_X, PLAYER_Y, PLAYER_LIVES etc... And then reference them in the source arrays such as V(PLAYER_X) and the Aquarius BASIC output will auto-translate that to a matched literal.
@Spriteworx
@Spriteworx 11 ай бұрын
Thanks Matt. Interesting insight. Yeah amazing how a simple concept can be expanded into an elaborate and fun game. I always keep a variable list that I reference to make sure I don’t reuse any accidentally. In order to avoid using reserved keywords like TO and IF I’m thinking to use A-Z, AA-ZZ and A1-Z9. That should be plenty. Looking forward to see what kind of game you come up with.
@johnwilliams7999
@johnwilliams7999 11 ай бұрын
There is a bit of flicker with the bal moving?
@Spriteworx
@Spriteworx 11 ай бұрын
Yeah not sure if it’s the emulator or my capture device but once some more code gets added it should slow down a bit and smooth out. Also the program is erasing the ball at the old location before printing the new ball. Printing the new ball first should reduce the flickering effect.
@InParkdale
@InParkdale 6 ай бұрын
Looking at the PlusBASIC documentation, it looks like there are two text screens supported, which can be swapped for double buffering. Presumably the flickering can be addressed by erasing the ball and writing the new ball location to the alternate (non-displayed) text screen, then swapping the screens.
@TheShadman47
@TheShadman47 11 ай бұрын
I had spotted the error in the corner collision code!
@Spriteworx
@Spriteworx 11 ай бұрын
We’ll done!
the Rise and Fall of Adobe
28:08
Jazza
Рет қаралды 554 М.
This modern Aquarius controller hides a secret!
22:02
Spriteworx
Рет қаралды 301
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 31 МЛН
I Paid Fiverr Game Developers to Make the Same Game
10:25
BadGameDev
Рет қаралды 723 М.
922 : BFJ_212 : Atomic Ivy MMO ( Source Code Docs )
14:26
PyGame Beginner Tutorial in Python - Sprite Animation
21:03
Coding With Russ
Рет қаралды 64 М.
An introduction to Raymarching
34:03
kishimisu
Рет қаралды 146 М.
Map Men vs. Geoguessr
28:07
Jay Foreman
Рет қаралды 944 М.
I Created My Own Custom 3D Graphics Engine
26:29
Inkbox
Рет қаралды 97 М.
Timex Sinclair 2068 Type-in Game "Dead Ducks!"
26:43
Spriteworx
Рет қаралды 546
How Rendering Graphics Works in Games!
6:25
TheHappieCat
Рет қаралды 751 М.