scratch-www
GDevelop
scratch-www | GDevelop | |
---|---|---|
816 | 152 | |
1,609 | 12,407 | |
0.2% | 7.1% | |
10.0 | 9.8 | |
7 days ago | 5 days ago | |
JavaScript | JavaScript | |
GNU Affero General Public License v3.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
scratch-www
-
How I Got Started in IT: My Journey to Becoming an Apprentice Support Engineer 🚀
I've always been fascinated by the technology. I spent many hors playing video games and the first dive into the world of development was when I had to code a game on Scratch. The excercise looked pretty easy: Create a Tamagotchi-like game. Let me tell you - It wasn't easy at all for someone of a young age! There were many things that I needed to pay attention to: Things I have never heard of before!
-
Integrating AI and Coding in Early STEM Education
References: Scratch Blockly Google Teachable Machine LEGO Spike Prime
-
Principles of Educational Programming Language Design
I would be surprised if your first program was C++? Specifically, getting a decent C++ toolchain that can produce a meaningful program is not a small thing?
I'm not sure where I feel about languages made for teaching and whatnot, yet; but I would be remiss if I didn't encourage my kids to use https://scratch.mit.edu/ for their early programming. I remember early computers would boot into a BASIC prompt and I could transcribe some programs to make screensavers and games. LOGO was not uncommon to explore fractals and general path finding ideas.
Even beyond games and screensavers, MS Access (or any similar offering, FoxPro, as an example) was easily more valuable for learning to program interfaces to data than I'm used to seeing from many lower level offerings. Our industries shunning of interface builders has done more to make it difficult to get kids programming than I think we admit.
-
Ask HN: Platform for 11 year old to create video games?
A good place to start with kids that age is Scratch: https://scratch.mit.edu/
-
Ask HN: Intro to Game Development path for a 12 year old?
I think going straight to Switch would likely be a tall order. I’d start him off with something where he can be successful right away, writing something he can play on his own computer or share with friends easily.
Scratch[0] is often used to start kids out with programming. He may already use it in school, I know my nephew does, who is around the same age. I made a silly little game in Scratch about a year ago to share with my nephews[1], to try and inspire them a bit. The oldest one quickly went into the code and started tweaking the variables I had set to control things like speed and randomness to make it more chaotic. It’s a good way to learn the concepts of variables, loops, sprites, hit boxes, etc without getting bogged down with the complexity of syntax or a professional game engine. It’s also in the browser, so he can easily share with friends and have them play it, or fork it.
After that, maybe look to something like Godot[2]. It’s free and open source, so he doesn’t have to worry about licensing and all that nonsense that a 12 year old shouldn’t have to think about. I briefly looked and saw some videos of people running the Godot engine on the Switch, but I don’t know what’s involved in that.
I wouldn’t get too tied to a console when learning. Rumors of the Switch 2 are floating around, and who knows, that could mean a whole different path. Starting on the computer avoids this problem, and other huddles. Then if he likes the act of game dev and learning those things, he can cross the bridge to whatever the current console is, if that’s the direction he wants to head.
[0] https://scratch.mit.edu/
[1] https://scratch.mit.edu/projects/733627274/
[2] https://godotengine.org/
-
Where Should Visual Programming Go?
For anyone interested in working on visual programming professionally, we use it for creation in Rec Room in a system I built called Circuits https://blog.recroom.com/posts/2021/5/03/the-circuits-handbo...
It has a real place among novice programmers. We even have some experts who use it as a fun alternative to writing text. I don't see visual systems as an effective way to replace everything us experts are doing but they've gotten a ton of mileage in the jr. and learning domain. Scratch (https://scratch.mit.edu/) being another obvious example.
See the email in my profile if you are interested in roles and I'll see if we can find something that fits.
-
Low-code drag-and-drop tool for building RESTful APIs with in minutes.
After some days, my sister, who was in class 2 then, came to me and showed me the first program she wrote. It was not a code-based program but a visual program using software called Scratch 3.0. It is similar to NODE-RED but with a different approach, focusing more on programming than wiring together hardware devices. It contains all the node blocks needed to build a simple program without any coding knowledge and is very user-friendly for children new to computer programming.
- The Forth Deck mini: a portable Forth computer with a discrete CPU
- HyperCard Simulator
-
Ask HN: Modern Day Equivalent to HyperCard?
LiveCode is about the closest literal logical successor to HyperCard.
https://en.wikipedia.org/wiki/LiveCode?wprov=sfti1
That said, I think Scratch is a better learning environment these days and you can develop workable apps in the style of HyperCard. There are plenty of tutorials, documentation, and examples to work from.
https://scratch.mit.edu
GDevelop
-
What is GDevelop: An Open-Source Game Engine
Find and read more about the GitHub repo here.
- Ask HN: Platform for 11 year old to create video games?
- Open-source, cross-platform 2D/3D/multiplayer game engine
-
Exploring Raylib and Open Source
I selected this library as I normally use much higher-level tools to develop games such as p5.js, or GDevelop. Both these tools are amazing in their own right; however, I want to learn how these processes operate on a much lower level. These tools take care of a lot of issues for you ranging from asset to memory management. Raylib is still cross-platform but does not handle these tasks for the programmer which I feel will improve my programming skills.
-
Gamedev.js Jam 2024 start and theme announcement!
5 × GDevelop Gold license for 12 months
-
Advice on easy-to-learn game engines? Planning a marriage proposal year(s) in advance
https://gdevelop.io/ <- free, very easy
- Not only Unity...
- Unity: We Have Heard You
-
Unity’s New Pricing: A Wake-Up Call on the Importance of Open Source in Gaming
It's not as monolithic as you'd think. There are lots of engines out there but their communities aren't very vocal compared to Unity, Unreal, and especially Godot's community.
Take a look at: https://itch.io/game-development/engines/most-projects
And
https://www.gamedeveloper.com/blogs/the-generous-space-of-al...
If you look at both of these you'll see just how many engines there are and neither of these cover everything. There are plenty of engines popular in the Python community that no one outside of it are aware of. Such as Arcade [0], Python-Tcod [1], Ursina [2], UPBGE [3], and Panda3D [4]. But based on your description you'd really like https://gdevelop.io/. It embraces exactly what you're describing where you can build a game but just installing entire features others have made and put online into your game.
[0] Beginner friendly 2D library:
[1] Rougelike: https://python-tcod.readthedocs.io/en/latest/
[2] Beginner friendly 3D engine (built on Panda3D): https://www.ursinaengine.org/
[3] Blender Game Engine Fork: https://upbge.org/
[4] Highly flexible code first 3D engine: https://panda3d.org/
-
Ask HN: Favorite Game Engine?
I'm not really a game maker, but would like to give a shout out to the fabulous https://gdevelop.io/
It has everything you need, is free and its VISUAL PROGRAMMING is fab...
What are some alternatives?
blockly - The web-based visual programming editor.
Godot - Godot Engine – Multi-platform 2D and 3D game engine
stencyl-engine - Create Flash, HTML5, iOS, Android, and desktop games with no code with Stencyl. This is the source to Stencyl's Haxe-based engine.
microstudio - Free, open source game engine online
processing - Source code for the Processing Core and Development Environment (PDE)
defold - Defold is a completely free to use game engine for development of desktop, mobile and web games.
Phaser - Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser]
curriculum - The open curriculum for learning web development
tiled - Flexible level editor
Node RED - Low-code programming for event-driven applications