CodeBuddies.org

We’re a community of independent code learners who sometimes schedule Google Hangouts to co-work silently on personal projects, pair program, or help each other master tutorials. Sharing knowledge with others is fun and helps us learn faster. The project is free and open-sourced on Github. A couple of awesome people have made pull requests to this platform so far! 🙂 We now also have a public Slack chatroom, a third-party chatroom app with multiple channels where you can jump in to say hello, ask for advice, share what you’re working on, follow up after a Google Hangout, or find new study partners. You can invite yourself to the chatroom here.

Source: CodeBuddies.org

RBXDev – Home

Creating multiplayer, physics-based games has never been easier. Use our powerful development environment, ROBLOX Studio, to construct your worlds out of simple physical primitives. Snap blocks together or blow them apart. Use motors, hinges, and other joints to build vehicles and other mechatronic assemblies. Script interactions in Lua, a game industry-standard scripting language. Forget about writing boilerplate code to glue all your entities together a networked environment – not necessary. Prototype a multiplayer game in minutes. If you can imagine it, you can create it in ROBLOX.

Source: RBXDev – Home

Learn C++ – Start Coding in C++ – Udemy

C++ is a general purpose programming language. Anyone already programming at the very least knows of the existence of this programming language. C++ is powerful and offers its developers a wide range of programming paradigms. The language is often favored by those who are building software that interacts with low level resources or the hardware of a computing device; even a large number of desktop applications prefer C++ due to its light weight runtime and flexibility. The language provides facilities that many other languages simply refuse to – possibly in order to keep things sane and simple. For example, with C++ it is possible to do low-level memory manipulation, which makes it an ideal choice for building hardware drivers, operating system kernels, software that runs on embedded systems, etc.

The wide array of features that C++ provides and the numerous ways of doing anything in C++ makes it a difficult task to put everything about this language in one post. In this article, we make an attempt to briefly touch on some aspects of the language that should let a programmer with some experience in other object oriented languages get started with C++.

Source: Learn C++ – Start Coding in C++ – Udemy

ComputerCraftEdu

ComputerCraftEdu brings programmable turtle robots to Minecraft!It is a new way to learn computational thinking inside Minecraft. Players will start with a tile-based interface to learn the fundamentals of programming in a fun, accessible environment. They will be engaged and motivated to find ways to use turtles to automate and extend their usual Minecraft activities. Whether you are completely new to programming or you already have some experience, ComputerCraftEdu is an easy and fun way to learn important real world skills and get creative on a whole new level.

Source: ComputerCraftEdu