awesome-playdate
A list of awesome resources for Playdate (https://play.date) game development and the Playdate SDK (https://play.date/dev/) (by sayhiben)
NobleEngine
A li'l game engine for Playdate. (by NobleRobot)
awesome-playdate | NobleEngine | |
---|---|---|
4 | 3 | |
599 | 452 | |
2.0% | 3.8% | |
3.4 | 8.6 | |
3 months ago | 10 months ago | |
Lua | ||
Creative Commons Zero v1.0 Universal | GNU General Public License v3.0 or later |
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.
awesome-playdate
Posts with mentions or reviews of awesome-playdate.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-18.
-
I'm Chris Mandra and Dmitry Zhukov and I created Direct Drive - feel free to ask anything :D and let us know what you thought of the game !
Hi, u/trappedrorschach! Direct Drive is all written in Lua, except the vocal processing part, which is in C. If I'm not mistaken TDHS by Dave Bryant is the only 3rd party tool we're using. As already mentioned by u/katastatik, Awesome Playdate is a great place to start if you're looking for a solution for a common problem, or just want to find some inspiration. 1bit assets are very lightweight, so if something "heavy" can be pre-rendered - it's worth it IMO. Also one can pre-allocate memory and re-use it later to avoid memory "spikes". Hopefully this answers at least some of your questions. Cheers!
-
I’m brand new to this but would like to learn how to code games for Playdate.🟡
All I know is from this awesome list of playdate development-related stuff, there are more beginner friendly resources: https://github.com/sayhiben/awesome-playdate
-
Documentation for Pulp / PulpScript?
The forum (https://devforum.play.date/c/pulp/46) is likely your best bet, though there's also this github with some stuff in it https://github.com/sayhiben/awesome-playdate
-
Dreamin of the day…
If you’re looking for resources to help learn Lua and about programming on Playdate check out these links: https://github.com/sayhiben/awesome-playdate
NobleEngine
Posts with mentions or reviews of NobleEngine.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-12.
-
Anyone have good restart() code?
If you use the Noble Engine library, you can organize your game code into scenes, which you can restart by transitioning a scene to itself. All your objects and variables are cleared and reset. It's as simple as:
-
I’m brand new to this but would like to learn how to code games for Playdate.🟡
If you have some coding experience (in any language) I can recommend reading the aforementioned SDK and starting a project template with Noble Engine https://github.com/NobleRobot/NobleEngine
-
Itching to get some dev. practice in before Panic's rollout of the SDKs. Which languages, libraries, and/or frameworks would get my feet wet?
Oh sweet, this is great! https://github.com/NobleRobot/NobleEngine
What are some alternatives?
When comparing awesome-playdate and NobleEngine you can also consider the following projects:
awesome-PICO-8 - A curated list of awesome PICO-8 resources, carts, tools and more
symphony-of-empires - Symphony of the Empires is a RTS strategy game and map game.
magictools - :video_game: :pencil: A list of Game Development resources to make magic happen.
glitterbomb - An easy to use particle system for the Playdate
awesome-ebitengine - A curated list of awesome Ebitengine frameworks, libraries and software
pdParticles - a Playdate particle system