Discuss Scratch

R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

Some glitches of Scratch became very popular because the community considered them funny. I have decided to mod the website and add those glitches to it. It will be open source and the source will be available on GitHub. But I want to add additional glitches to it. So, please suggest me what should I add to it. Also, if you want, you can contribute to it once I add the source code on GitHub.
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

I have created the organization on GitHub! Yay!
https://github.com/Glitchy-Scratch
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

Glitchy Scratch is now live at https://glitchy-scratch.github.io .
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

Several bugs and glitches of Scratch became famous at different times. So, I decided to modify the Scratch Website's homepage and put an end to people's fun get some of them back and create some new glitches. Glitchy Scratch is situated at https://glitchy-scratch.github.io . The glitches it currently has are:
  • Search Bar Results Nothing When Searched
  • People's Profile Pictures Cannot Be Seen
  • The Website's Title has a Spelling Mistake (Imagrne, instead of Imagine)
  • Languages Cannot Be Changed
Contributors
  • R4356th
  • Boomer001
  • GrahamSH
  • Thingyman-Dev

Last edited by R4356th (Oct. 11, 2020 20:16:12)

R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

If you want to contribute to its development, you can do that on GitHub since it is open-source.
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

If you have any questions or want to suggest something, you can do that both here and on GitHub.
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

R4356th wrote:

If you want to contribute to its development, you can do that on GitHub since it is open-source.
Also, looking into the code there, you are allowed to contribute here as well.
Jeffalo
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

R4356th wrote:

Several bugs and glitches of Scratch became famous at different times. So, I decided to modify the Scratch Website's homepage and put an end to people's fun get some of them back and create some new glitches. Glitchy Scratch is situated at https://glitchy-scratch.github.io . The glitches it currently has are:
  • Search Bar Results Nothing When Searched
  • People's Profile Pictures Cannot Be Seen
  • The Website's Title has a Spelling Mistake (Imagrne, instead of Imagine)
i'm not sure this is allowed under scratch's trademark or something like that
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

Most of Scratch's code is open-source.
ElsieBreeze
Scratcher
100+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

Jeffalo wrote:

R4356th wrote:

Several bugs and glitches of Scratch became famous at different times. So, I decided to modify the Scratch Website's homepage and put an end to people's fun get some of them back and create some new glitches. Glitchy Scratch is situated at https://glitchy-scratch.github.io . The glitches it currently has are:
  • Search Bar Results Nothing When Searched
  • People's Profile Pictures Cannot Be Seen
  • The Website's Title has a Spelling Mistake (Imagrne, instead of Imagine)
i'm not sure this is allowed under scratch's trademark or something like that
It is allowed. Only Logo and name are off limits iirc.
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

ElsieBreeze wrote:

It is allowed. Only Logo and name are off limits iirc.
Yes, and I have not used Scratch's logo there.
Boomer001
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

I have created a pull request in the glitchy-scratch repository.
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

Boomer001 wrote:

I have created a pull request in the glitchy-scratch repository.
Great! I have merged it. Thank you. I hope you do not have any problem with me assigning you. If you have, please inform me!
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

Thanks to @Boomer001, words in the homepage now change slowly!
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

R4356th wrote:

Thanks to @Boomer001, words in the homepage now change slowly!
Find information here: https://github.com/Glitchy-Scratch/glitchy-scratch.github.io/pull/1 .
Boomer001
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

R4356th wrote:

Thanks to @Boomer001, words in the homepage now change slowly!
I have made a new pull request, it fixes a bug with the word mess up script.
R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

Boomer001 wrote:

R4356th wrote:

Thanks to @Boomer001, words in the homepage now change slowly!
I have made a new pull request, it fixes a bug with the word mess up script.
Thank you again! I commented there.
Boomer001
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

R4356th wrote:

Boomer001 wrote:

R4356th wrote:

Thanks to @Boomer001, words in the homepage now change slowly!
I have made a new pull request, it fixes a bug with the word mess up script.
Thank you again! I commented there.
Everything went wrong…
Actually, i did some experimenting and i noticed that the pull request was unneeded, it does not change the script. The problem was: i changed
document.body
to
document.documentElement
, so it changed the stylesheets. I think it good to keep it as it is right now.

Last edited by Boomer001 (April 29, 2020 14:37:03)

R4356th
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

I see. Thank you for contributing!
Jeffalo
Scratcher
1000+ posts

Glitchy Scratch- A Modification of the Scratch Website with Glitches- Suggest Glitches to be Added to it

ok this is cool but not very different from real scratch.

Powered by DjangoBB