80s Digital Display Game

Advanced game related topics
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

80s Digital Display Game

Post by Carm3D »

Oh my goodness... What a slog! I've just finished processing and cropping (by hand) every display element. Each set is over 90 elements.. There is an LCD set, VFD set, LED set and LCD shadows set. 295 images in total.

Here's a mockup of what the LEDs will (sort of) look like.
http://carm3d.com/PureBasicForum/LCD_Mockup.png

I originally posted this in Announcements, but I think Game Programming is the better place for this as it is game?

Here's a look at the LCD mock-up.
http://carm3d.com/PureBasicForum/LED_Mockup.png

I've created a file packer utility, and now it is time to load all this data into PureBasic and try to make it work!
Last edited by Carm3D on Thu Feb 27, 2025 5:48 am, edited 2 times in total.
moricode
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 25, 2023 3:55 am

Imgae in posting can't load or invalid

Post by moricode »

The image URL you post is invalid , or expired or some how , can't display .

@fred
This is a major problem when user or even GOOD MASTER here who want to post article with image showing diagram or application demonstration.

Event if it work for the first day , but it will fail to load or expired later days , when you search the forum , history article with image or .zip URL will not work any more , new or old user will feel like missing in the jungle.
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

Re: 80s Digital Display Game

Post by Carm3D »

You can't see the images? Strange.. They are showing for me. They are links to images I posted to Discord. Unless I am mistaken there is no way to attach images or files to my posts.
moricode
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 25, 2023 3:55 am

Re: 80s Digital Display Game

Post by moricode »

your image :
https://cdn.discordapp.com/attachments/ ... bc0d0ff168&


the image show :

Code: Select all

This content is no longer available.
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

Re: 80s Digital Display Game

Post by Carm3D »

moricode wrote: Thu Feb 27, 2025 4:36 amthe image show :
Oh, bugger-all! I'll have to move these over to my webspace or something. I cannot attach, images, correct?
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

Re: 80s Digital Display Game

Post by Carm3D »

I've uploaded the images to my webspace. Strangely, they do not show in the forum, but they are links so you can see them if you click on them. :cry:
User avatar
Mijikai
Addict
Addict
Posts: 1520
Joined: Sun Sep 11, 2016 2:17 pm

Re: 80s Digital Display Game

Post by Mijikai »

Not sure what exactly happened but
i saw some images before, it looked really cool.
Good luck :)

Btw. how does the game exactly work?
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

Re: 80s Digital Display Game

Post by Carm3D »

Mijikai wrote: Thu Feb 27, 2025 8:06 am Not sure what exactly happened but
i saw some images before, it looked really cool.
Good luck :)
You can see them now if you click on the links, right?
Mijikai wrote: Thu Feb 27, 2025 8:06 amBtw. how does the game exactly work?
It is inspired by the old invaders game seen on 1980s calculators and watches. -except for mine I added a whole bunch of new features and mechanics.. It's gonna be crazy!

https://www.youtube.com/watch?v=UIZgzbtg5j8
User avatar
Mijikai
Addict
Addict
Posts: 1520
Joined: Sun Sep 11, 2016 2:17 pm

Re: 80s Digital Display Game

Post by Mijikai »

Thanks for the additional info.
Carm3D wrote: Thu Feb 27, 2025 8:16 am You can see them now if you click on the links, right?
Yes, but before it was visible in the forum.
#NULL
Addict
Addict
Posts: 1499
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: 80s Digital Display Game

Post by #NULL »

The links use http, not https. Browsers usually don't allow http inside a https page. When I click them I can see the images in Firefox. Other browser may not do this. If I change it to https then I get bad cert error. You need to configure you webspace to have a valid certificate for that domain.
I too saw the images within this thread previously. Maybe your certificate just has expired and you need to renew it (and use https in your links).
pjay
Enthusiast
Enthusiast
Posts: 251
Joined: Thu Mar 30, 2006 11:14 am

Re: 80s Digital Display Game

Post by pjay »

Looking good Carm3D - nice work.
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

Re: 80s Digital Display Game

Post by Carm3D »

#NULL wrote: Fri Feb 28, 2025 8:03 amThe links use http, not https. Browsers usually don't allow http inside a https page.
Ah, okay that makes sense.
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

Re: 80s Digital Display Game

Post by Carm3D »

pjay wrote: Fri Feb 28, 2025 8:09 amLooking good Carm3D - nice work.
Thank you! More fun stuff is cooking. And it's completely unlike anything shown so far!
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

Re: 80s Digital Display Game

Post by Carm3D »

Work in progress low-poly character
http://carm3d.com/PureBasicForum/Marco_Render.jpg

Who is this guy? He's Marco. Part of a 2-man team for the Digital Infiltrators tutorial videos. He will be rendered with Ogre 3D (if I can figure it out) and he likes his money for nothing and his chicks for free. :shock:

If someone is going to teach someone how to use an 80's handheld game, who better to do it?
Carm3D
User
User
Posts: 59
Joined: Mon Feb 17, 2025 10:04 am

Re: 80s Digital Display Game

Post by Carm3D »

Post Reply