For a Masters program it's pretty weird but I assume prospective students will be aware, and they move on to learning Unreal, so...
It's always struck me as a bit silly how so many schools use some very niche tooling as part of "simplifying" or "adding constraints". I would have thought that such stuff was kept at the undergrad level. Even DigiPen (where the "famous" undergrad CS-like degree has you writing your own engine (though used to also have an elective for GBA games)) has a separate newer game design degree that had classes mandating some crappy in-house engine or in later years joining teams with students from the other degrees and using someone's custom engine. When I was there, a friend was able to get a professor's exception one semester and allowed to use a mobile-first engine that got out of the way and let him design while also making it easy to add polish, easy to playtest and develop (it used Lua) and show or give to others since everyone has a phone, etc. The crappy in-house engine stymied the efforts of everyone else, and only ran on Windows. It took a while longer before the formal curriculum had other students allowed to move beyond the in-house crap to consider things like the entire field of mobile games and mobile design, VR games and design, and eventually learning industry-standard tooling that employers will expect familiarity with. (I think the courtesy of using an industry engine was extended to the main degree program too vs. continuing with a custom one; I'm not sure what ratio Unreal/Unity/Godot/other/custom have there these days.) And while last I've heard an in-house engine is still used at the beginning (and even replaced the second semester "make a game in pure C with only the Windows text console for 'rendering'" project), it's a rewrite of a successor and apparently isn't as crappy now.
For the Playdate itself, I've never seen the appeal... I have no interest in going back to that sort of screen. My Game Boy Color, besides having color, also allowed me to have a wormlight attachment plugged in to make up somewhat for not having a backlight. I don't think the Playdate has support for that. And the price...
The article makes it quite clear as you read that the appeal is the constraints, it allows the students to think outside of the box, and ask themselves a lot of interesting questions
That's the intention, sure, and as long as prospective Masters students know that's what they're getting into and paying for, and are looking forward to it, then it's fine or whatever. But it still strikes me as a silly constraint, just as it would be to require an in-house engine that sucks, or requiring students to develop for some old Nintendo hardware, or requiring students to fit everything in under 96k.[0] Anyone can add arbitrary constraints to anything, and lots of interesting questions will arise from figuring out how to deal with (or work around) such constraints. But is the constraint to develop for this specific device (and all the sub constraints that implies) actually a good one vs. any other set of constraints, especially for the purposes of game design? I doubt it. Especially how some of the constraints like only using black-and-white graphics are easily enforced without also requiring such a specific niche device.
[0] .kkrieger (https://www.youtube.com/watch?v=2NBG-sKFaB0) is my favorite of this genre of constraints, but it's mainly impressive for being possible at all (and you can read up on some of the developer notes for how much effort was put into satisfying this constraint). It didn't actually advance the design of FPSes or anything, and FPS design ideas could be better learned by making and iterating on an FPS without the tiny size constraint. If students want to impose extra constraints on themselves, like developing for the Playdate and making use of its crank for game control, go for it, but it's a bit different when they're imposed from the outside for no real reason other than "hey, it's some constraints, and constraints breed creativity".
No, because the goal of the university is to teach students to think. Not necessarily just to "acquire the skills to apply in industry". Constraints are great for that.
So is teaching them assembly, even though most people no longer directly code in ASM. But a constrained language that's close-to-the-metal gives them an interesting view of how computing really works, etc
So I'd say it's actually much better for a class teaching coding and creativity
This is part of a 2 year Masters program focused on Game Design, Development & Innovation, costing a student $113,000 to pursue. If a student enrolls in it without already having learned how to think, this is not the program that is going to teach that. Surely any competent school can teach students how to think within the first year, if they do not already know how to think, leaving the rest of the years (and any Masters or PhD programs) able to assume that the students already know how to think and thus save the time to teach actual content.
If students sign up and pay for a class you teach called "Data Structures & Algorithms", and you just read from Hamming's book every lecture and don't actually attempt to teach any data structures and algorithms, expect to not have a teaching job for long.
If it's so easy, all the better. You can learn to build great architecture, optimize resources, and create a creative game all while also using Unity. There are additional bonuses to this beyond the pure knowledge too.
I mean it's all there in the text... it's for the introductory class "in an introductory class focused on game design fundamentals, students can’t afford a long learning curve."
I ran a design school for eight years where fourteen-year-olds built real projects—wearable medical devices, robotic systems, public art installations—in two-week studio cycles. No grades, portfolio-based assessment, and a structured constraint I designed that did exactly what the Playdate is doing here.
It was a two-sentence writing assignment. Before you could describe your project, you had to state the idea in one sentence (the soul) and the concrete form in one sentence (the body). Kids who could prototype a working medical device in two weeks couldn't articulate what they'd built. The constraint forced the thinking the tool couldn't.
Jach's argument—"you could impose the same constraints on Unity"—misses the point. You could. Nobody does. The tool shapes the behavior. An engine that can do anything invites you to do everything. Or, for young people, nothing. A 1-bit screen with a crank asks you one question: what's the game? That's not an arbitrary constraint. That's a design decision about where the student's cognitive effort goes.
The expensive tool teaches the tool. The constrained tool teaches the thinking. They're both necessary but they serve different stages, and most programs only do the first one.
For teaching, it depends a lot on what you’re trying to teach. In some courses I’m involved in we’re intentionally using old, limited, obtuse or otherwise just strange tools and equipment for the sake of practicing debugging, reading specs approaching an unknown system. The point of those courses is not to learn the tool itself but to learn methodology that can be generalised.
As I said however, it depends on when in the timeline we’re looking. For 3-year bachelor’s programmes, there’s significantly more focus on producing graduates who can move straight into the industry, having already learnt the tools they will use. For theoretical 5-year master’s programmes, knowing specific hardware or software is secondary to the general reasoning, maths and planning that’s expected in research or R&D industry work.
Using more limited or restricted tools, if thought out well, can force students focus on the parts that matter. I haven’t actually used the Playdate, but for first-year students I would think the most important thing is to actually get to designing games. The core ideas you’d want to teach do not require fancy graphics or platform support, rather, that’d just be a time sink. Learning industry tools can be done in later courses or on the job. While being able to work efficiently is important - I don’t want to discredit the handiwork of the process, learning what buttons to push in eg. Unreal is arguably much less ephemeral than learning ”game design”.
However, using limited tools in teaching must be well motivated. Forcing old, obsolete tech onto students might be a learning experience just as well as a time sink.
I've thought something like a software archeology class would be really fun as an elective. I agree that it can make sense to use intentionally limited things especially if something is hard to teach otherwise. e.g. Learning to parse datasheets and probe things with an oscilloscope is best done by actually doing it, but starting off with an n-layer PCB instead of a breadboard would be pretty crazy. A benefit to using old things can sometimes be useful simplicity but also sometimes just being cheap. There's also a lot of interesting (if often commercially and methodologically irrelevant these days) things to teach as a matter of history.
I agree it all needs to be well motivated. I'm often suspicious of attempts to teach things indirectly, but of course a lot of indirect learning happens anyway. And a lot (direct and indirect) is done in parallel and I think it's useful to look for places to usefully exploit that, especially when it comes to the conflict of college for pre-job-training vs. study. Do you really need a limited or obscure platform to teach or practice most things about debugging? printf and any debugger tool that supports break points and stepping would teach a lot, with modern (even graphical) tools having a lot less friction while not dampening what is learned. Bonus points if you actually teach more advanced debuggers so another generation of developers isn't released thinking only-the-basics console gdb + printf are the extent of what's available to help in the practice of debugging. A danger of only teaching limited or restricted tools is that students end up thinking that's all there is. This happens at every level from sorting algorithms to programming languages to whole ways of thinking about things. By artificially constraining the box in an attempt to focus on something basic or avoid clichés of other boxes, all too often the result is just that thinking doesn't generalize and is now crippled in the constrained box.
Timeline is important, I wonder if we're both interpreting Master's program quite differently here. In the US, a Bachelors program is typically 4 years while a Masters is typically 2, and many Masters are industry-oriented (no thesis, just classes/projects) rather than being like a stepping stone to full PhD research. The Duke program here seems to work as typical: 2 years + capstone project (and even seeming to require a summer internship). A longer program is in some ways a bit more forgivable for less than ideal teaching efficiency. (At my old school, the game design undergrads had a course that required designing physical board games. There are plausible arguments that board games as a medium make it easier to teach or focus on important things in design that are harder to teach with digital video games. But even if that's not really true (as I'm arguing here applies to the Playdate not being particularly useful over just normal PC/mobile development) at least it's just one course in many for the whole program. And at least there's a >$10bn market for board games.)
The Playdate features a mic, accelerometer, and crank as unique inputs, as well as being portable, that can suggest interesting game design ideas on their own. In one sense, if you want to use those features, it's simpler because you can count on them being there. In another sense, except for I guess the crank, the other two inputs are part of ~every phone and widely available on any PC/laptop. Developing for PC or mobile gives you access to even more interesting input and output for design consideration too: keyboards, mice (with/without scrollwheels), cameras, haptic feedback, gyroscopes, touch, light or temperature sensors, weird whatever devices over USB or wireless (Nintendo wiimotes, steering wheels, arcade sticks), networking... and making use of these things has never been easier, with drivers widely available and especially with the engines that let you click around to configure things. I would think that if your goal is to learn game design, you would want to prioritize doing your design on a platform that is as open and flexible as possible to allow exploring as much of design space as you can. Perhaps the teacher thinks it's useful to add artificial constraints to narrow the design space or focus from a certain perspective (like: let's design a multiplayer game, but with the constraint that you have only one device, no networking or multiple controllers), fine, but they don't need to start with a platform where those constraints are baked in to start with and can't be lifted.
Similarly Unreal as well as any of the other popular engines, along with any of the libraries like DirectX, SDL, raylib, pygame, or even just the web browser with HTML Canvas, are all open and flexible in what they allow you to explore in design space. Some are more limited than others (like you're going to have a hard time using a 2D-focused library or engine for a 3D game) and some are easier to express ideas in than others (you're going to have a better time using a 2D-focused library or engine for a 2D game) but they're all pretty easy to express basics in, and they all are pretty good at letting you rapidly prototype and playtest and iterate. If you artificially impose on yourself the same constraints as the Playdate has inherently, they can be even easier to use, and even easier yet if the teacher provides a template. Like browse the games on itch.io tagged with playdate, I don't think any would be particularly harder (and some may even be easier) to do in <random other tooling>. The article mentions it taking "months" to learn Unreal, which is true in some sense (it can be longer, especially if you don't already know C++), but false in another sense in that getting up and running is quick, any competent introduction will have the student getting something on screen and responding to their input within an hour. For the very basic stuff a typical Playdate game does it won't take that long to learn to do it with Unreal.
Another way of looking at it: take the "Owl Invasion" example from the article, "an endless wave-based action game with tower defense mechanics." Unlike the other game, there's no mention of using any of the unique inputs of the Playdate, so is there anything fundamentally unique about the Playdate that suggests such a game would be easier to develop for it vs. using an arbitrary other tool? Was there anything learned about game design from the experience that wouldn't have been learned otherwise? What if you had mandated the same visual constraints for resolution and (lack of) color but artificially? Was it useful to be forced to incorporate an owl somehow, vs. a rat, vs. a pirate, vs. having no restrictions? (This one perhaps, even creative writing workshops like to require something to incorporate, but this is more about trying to unblock creativity and avoid decision paralysis rather than directly learning some principle.) If the impact of using Playdate vs. something else is fairly arbitrary for accomplishing the teaching goals, then unless the student is particularly interested in Playdate on their own, it's more beneficial among several axes to use something else.
It's always struck me as a bit silly how so many schools use some very niche tooling as part of "simplifying" or "adding constraints". I would have thought that such stuff was kept at the undergrad level. Even DigiPen (where the "famous" undergrad CS-like degree has you writing your own engine (though used to also have an elective for GBA games)) has a separate newer game design degree that had classes mandating some crappy in-house engine or in later years joining teams with students from the other degrees and using someone's custom engine. When I was there, a friend was able to get a professor's exception one semester and allowed to use a mobile-first engine that got out of the way and let him design while also making it easy to add polish, easy to playtest and develop (it used Lua) and show or give to others since everyone has a phone, etc. The crappy in-house engine stymied the efforts of everyone else, and only ran on Windows. It took a while longer before the formal curriculum had other students allowed to move beyond the in-house crap to consider things like the entire field of mobile games and mobile design, VR games and design, and eventually learning industry-standard tooling that employers will expect familiarity with. (I think the courtesy of using an industry engine was extended to the main degree program too vs. continuing with a custom one; I'm not sure what ratio Unreal/Unity/Godot/other/custom have there these days.) And while last I've heard an in-house engine is still used at the beginning (and even replaced the second semester "make a game in pure C with only the Windows text console for 'rendering'" project), it's a rewrite of a successor and apparently isn't as crappy now.
For the Playdate itself, I've never seen the appeal... I have no interest in going back to that sort of screen. My Game Boy Color, besides having color, also allowed me to have a wormlight attachment plugged in to make up somewhat for not having a backlight. I don't think the Playdate has support for that. And the price...