blog
gamedev blog (by a327ex)
javascript-todo-list-tutorial
✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱 (by dwyl)
blog | javascript-todo-list-tutorial | |
---|---|---|
39 | 2 | |
2,963 | 686 | |
- | 3.6% | |
4.6 | 4.4 | |
about 4 years ago | 9 days ago | |
JavaScript | ||
- | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
blog
Posts with mentions or reviews of blog.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-17.
- Programming lessons learned from making my first game and why I'm writing my ow
-
Give your brain time to think and remember
In a similar vein, the developer of BYTEPATH used to use Github issues as their blog. I also thought it was clever. You even get a commenting and reaction system for free!
https://github.com/a327ex/blog/issues
-
Examples of games made in a few months that sold well?
a327ex/blog : blog from before his bytepath game, it has posts like "Thoughts on making small games", "The Indiepocalypse Isn't Real", "Roguelikes and Grinding", and "Luck Isn't Real"
-
Resources for making 2d game engine
As for resources, not sure on physical books, but here are a couple of resources I found useful when I started with it: Sheepolution Bytepath's Articles
-
Any good quality open-source games without game engine?
bytepath tutorial takes you through the creation of a game. Code seems fine, but I haven't looked at it that hard. Unlike most tutorials, it asks you to answer some questions yourself and to implement some content yourself. Seems like a good learning exercise and translating Lua -> C++ will keep you from cooypasting.
-
Indie game hits that were created and released without publishers?
a327ex/blog (pre snkrx blog on github)
-
Game scope too small for PC?
Thoughts on making small games
-
Making games
Instead of following tutorials, follow a game making lesson. Try something like the bytepath tutorial, use whatever language/framework you want, and figure out the details of how to make it all work. It will force you to work like a real programmer: googling for how to do things until you've retained enough to solve simple problems on your own (then you Google for harder solutions).
-
I found a curated list of project-based tutorials to help you learn
I've noticed lots of people on here feel like imposters because they don't know how to build something from scratch. If you want to practice building things from scratch, check this repo out. It has +70k stars on github, and covers over 20 different programming languages . The projects range from simple (todo list) to advanced (build an excel clone, C compiler, and even a game). I'm not affiliated with this repo, simply stumbled on it and thought of this community.
-
best game framework to learn?
There's the bytepath tutorial and Sheepolution tutorial .
javascript-todo-list-tutorial
Posts with mentions or reviews of javascript-todo-list-tutorial.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-16.
- Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
-
I found a curated list of project-based tutorials to help you learn
I've noticed lots of people on here feel like imposters because they don't know how to build something from scratch. If you want to practice building things from scratch, check this repo out. It has +70k stars on github, and covers over 20 different programming languages . The projects range from simple (todo list) to advanced (build an excel clone, C compiler, and even a game). I'm not affiliated with this repo, simply stumbled on it and thought of this community.
What are some alternatives?
When comparing blog and javascript-todo-list-tutorial you can also consider the following projects:
cp - A pure Go physics library with no dependencies. Unofficial Chipmunk2D port.
Sinon.JS - Test spies, stubs and mocks for JavaScript.
awesome-love2d - A curated list of amazingly awesome LÖVE libraries, resources and shiny things.
html-form-to-google-sheet - How to submit HTML forms to Google Sheets. (Updated for 2024 Script Editor)
SNKRX - A replayable arcade shooter where you control a snake of heroes.
cicd-with-herokuci - This is a demo factorial app for the building CI/CD workflow with Heroku CI article https://blog.mikemwanje.dev/build-a-cicd-pipeline-with-heroku-ci. The application calculates the factorial of a number.