Recent

Author Topic: Update on pinball game  (Read 586 times)

TBMan

  • Sr. Member
  • ****
  • Posts: 307
Update on pinball game
« on: April 29, 2025, 03:36:08 pm »
Here's a short video of the progress as of this morning. I don't have the ball collision with flippers coded yet. 

I'm using my own page flipping code. The drawback to using my page flipping is that the entire viewport has to be redrawn each cycle. I know where the ball is all the time obviously so I am going to use a secondary map matrix to mark what areas have to be redrawn each cycle.  I'll see how that works out. Everything is just in the exploratory phase right now.
 
Code: Pascal  [Select][+][-]
  1. IsDirty : array[0..maxrows,0..maxcolumns] of boolean;

https://www.youtube.com/watch?v=-spnttZbJIA
I love programming.

Some things I've done using PTCgraph:

NFL Retro Football (almost finished):
https://www.youtube.com/watch?v=78mTtsd7ppk


Solitaire games:
https://www.youtube.com/watch?v=zmtxI7FdWuQ&list=PLa4BPpFl34iVhFwX1JZwVm3vE5ay_i3R2

 

TinyPortal © 2005-2018