creat game" flappy birds"

Creating Games? Developing something for fun?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

stam
Posts: 3061
Joined: Sun Jun 04, 2006 9:39 pm

Re: creat game" flappy birds"

Post by stam » Wed Feb 21, 2024 7:36 pm

FourthWorld wrote:
Wed Feb 21, 2024 7:32 pm
If anyone here can reach him, I'd be happy to provide hosting for his LC collection at livecodejournal.com
His handle on these forums is Newbie4.
Maybe a DM?

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: creat game" flappy birds"

Post by FourthWorld » Wed Feb 21, 2024 11:08 pm

Thank you. Done.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Corce
Posts: 1
Joined: Wed Apr 10, 2024 9:28 am

Re: creat game" flappy birds"

Post by Corce » Thu Jun 27, 2024 9:25 am

stam wrote:
Wed Feb 21, 2024 3:49 pm
Sadly one should never rely on Google for any services; the can and may well be withdrawn with minimal notice, as I believe is the case here.
There are many free alternatives, one can even use GitHub to publish static web sites/pages (likely to last as much as anything else).
So true. i learned the hard way. They removed my website and gave me the illegal traffic reason, however, there was no way of invalid/illegal traffic. All was organic. When i asked for report and where they see invalid traffic, no response. I also filled out their form for a appeal explaining my case. but no response.

faber3d
Posts: 40
Joined: Sat Nov 16, 2013 6:51 am

Re: creat game" flappy birds"

Post by faber3d » Mon Jul 22, 2024 6:57 pm

Thanks to Professor Cyril Pruszko who re-uploaded his Livecode tutorials.

--- > FlappyBird Tutorial --- >

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10078
Joined: Fri Feb 19, 2010 10:17 am

Re: create game" flappy birds"

Post by richmond62 » Mon Jul 22, 2024 7:24 pm

Not really, as that is on the Wayback machine the images are not available.

The Udemy course is gone.

faber3d
Posts: 40
Joined: Sat Nov 16, 2013 6:51 am

Re: creat game" flappy birds"

Post by faber3d » Mon Jul 22, 2024 7:56 pm

I don't know what's going on because I can see the images on the site and the tutorial. What is no longer available are the source files.

Yes, The Udemy course is gone.

stam
Posts: 3061
Joined: Sun Jun 04, 2006 9:39 pm

Re: creat game" flappy birds"

Post by stam » Mon Jul 22, 2024 9:01 pm

On Udemy there are two courses by Fulvio Massini - decent but out of date last time I checked.

One of them (“one code to rule them all” ) build a flappy bird clone I think.

I think these two courses may have been one, but split into two for reasons known only to the author…

Newbie4
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 332
Joined: Sun Apr 15, 2012 1:17 am
Contact:

Re: creat game" flappy birds"

Post by Newbie4 » Tue Jul 23, 2024 10:57 pm

Greetings all,

I have finally found a useable copy of my website "LiveCode - Learning to Program by Creating Games, Apps and Programs". It was buried on an old backup from "way back when".

When I first started teaching LiveCode in the classroom, I was learning along with my students. I was also learning how to best teach it. In those early days, we ran into bugs and questions due to lack of adequate documentation. I was very busy on this forum everyday. As we got answers and solved problems, I had to communicate that to all my classes. I ended up creating a website to document and as a reference to use, over and over.

My lessons often morphed into something completely different by the end of the day as I learned better ways to teach the concepts. I also built on the questions and ideas of my students. Their excitement and creativity made my lessons better. At the end of the day, they went up on the website too.

Finally, the students came up with so many good ideas, novel implementations and creative ideas that I had to share their work with the other students. Not only did it make them feel special but it also helped fuel the less creative ones to get more involved.

Because of the volume of information that I had to put up every day, I took the shortcut of using Google websites. As you know, Google mothballed that service and my website slipped into oblivion.

Luckily, I had backed up the site using "SiteSucker" at some point in the past. It not only downloads the website and all supporting software, it also localizes all links so that you can use it offline.

I finally found that backup file and now have it available for anyone to use. (Hooray!) The zip file is roughly 35 MB in size. I can also zip up a portion of it (Flappy Bird) if you wish. If someone wants to host it and make it available to the LiveCode community, please let me know.


Thanks to everyone,
Cyril Pruszko
Cyril Pruszko
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/

stam
Posts: 3061
Joined: Sun Jun 04, 2006 9:39 pm

Re: creat game" flappy birds"

Post by stam » Wed Jul 24, 2024 3:32 pm

Cyril, that sounds like an incredible resource…

It’s probably a lot of work, but perhaps move these to GitHub?

You can create a free wiki there (it uses markdown which means if you just copy paste text and add a few markdown tags and it should display well).

I assume you’re happy to share this. If you are, you could upload the source files as a zip to GitHub under say the very permissive MIT licence, and let others help you with converting to markdown (it’s really very easy…)

As an example you can have a look at a regex primer I put up as a wiki using GitHub: https://github.com/stam66/regexPrimerForLivecode/wiki

There probably better ways of doing this on GitHub but that was just me fooling around for a few minutes.

Newbie4
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 332
Joined: Sun Apr 15, 2012 1:17 am
Contact:

Re: creat game" flappy birds"

Post by Newbie4 » Wed Jul 24, 2024 4:41 pm

Stam,

Thanks,
Those are good ideas. I am not that familiar with GitHub. I logged into it but did not see a path to creating a wiki. I am not sure if uploading it there is the answer. I don't know how many teachers are comfortable with GitHub, especially those who do not have CS degrees of experience.

You brought up a good point about licenses. I had not considered what liability or exposure I would have by uploading that "Google" website.

I wonder if I can upload it here, or if that is even a good idea?

I could make it available on a request basis for anyone that wants it on their own computer or for a class website?

Cyril
Cyril Pruszko
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/

faber3d
Posts: 40
Joined: Sat Nov 16, 2013 6:51 am

Re: creat game" flappy birds"

Post by faber3d » Wed Jul 24, 2024 5:33 pm

Thank you Professor...!!, I already downloaded the tutorial pages, it is very satisfying to program the game from scratch when you have a good guide in your hand.

Now I'm interested in your A.I. tutorial to make a chatbot-type game of the classic Tamagotchi.

Thank you for all your help. Image
Attachments
Tamagouchis3.jpg

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: creat game" flappy birds"

Post by FourthWorld » Wed Jul 24, 2024 6:38 pm

Newbie4 wrote:
Wed Jul 24, 2024 4:41 pm
You brought up a good point about licenses. I had not considered what liability or exposure I would have by uploading that "Google" website.
I doubt Google would (or even could) assert ownership of your HTML, and they certainly can't claim to own your content.
I wonder if I can upload it here, or if that is even a good idea?
A file that large is a lot to insert into a forum DB.

My offer to host it as a subdomain at LiveCodeJournal.com still stands. I'm rebuilding the site now, so this addition to that community compendium would be most welcome there.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Newbie4
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 332
Joined: Sun Apr 15, 2012 1:17 am
Contact:

Re: creat game" flappy birds"

Post by Newbie4 » Thu Jul 25, 2024 1:55 am

Glad to contribute.
I sent it to the email address listed on your website.
Let me know if you received it successfully.

Thanks,
Cyril
Cyril Pruszko
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: creat game" flappy birds"

Post by FourthWorld » Thu Jul 25, 2024 2:55 am

Newbie4 wrote:
Thu Jul 25, 2024 1:55 am
Glad to contribute.
I sent it to the email address listed on your website.
Let me know if you received it successfully.
Thank you.Yes, I did. I'll review it to see how easily it can be posted, and report back.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Newbie4
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 332
Joined: Sun Apr 15, 2012 1:17 am
Contact:

Re: creat game" flappy birds"

Post by Newbie4 » Thu Jul 25, 2024 3:03 am

Thanks.
BTW, I found my most recent version of the website and sent it to you.

I also discovered that the website is complete except for any downloads (PDF's, stacks, student programs, etc) I have all the originals so it is just a matter of finding where to put them in the unzipped website)

I guess SiteSucker saves only webpages and not linked documents. If we want, we could figure it out by trial and error.

Anyway, thanks again,
Cyril
Cyril Pruszko
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/

Post Reply