TUXDB - LINUX GAMING AGGREGATE
by NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 8 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]


Lambda Launches Today!

Today, Lambda Spellcrafting Academy leaves Early Access! Thank you to everyone who has helped with testing out and providing feedback on early builds of the game. This would not have been possible without your help. To celebrate this launch, a major content update is now available. This includes: - many more levels - a brand new section - a story - a "boss" level - various gameplay improvements / polish This launch is not the end of the updates. I have plans for much more content I plan to integrate into the game. More details on these future updates will be coming soon. Enjoy the launch! Professor Whiskers has gone off for a nap, but looks forward to helping you learn the art of Spellcraft.


[ 2024-08-09 15:19:08 CET ] [ Original post ]


Lambda Launching on Friday!

Thanks to everyone who has helped out in testing and providing feedback during early access. This game was made possible thanks to your support. I'm happy to announce that Lambda Spellcrafting Academy will be having its initial launch out of Early Access this Friday! Included in this launch will be many more levels, and finally a conclusion to the story. And there may or may not be a sale as well :) Stay tuned, and make sure the game is on your wishlist so you're notified of the launch.


[ 2024-08-06 20:54:52 CET ] [ Original post ]


Like the game? Want more? Here's a few resources to further your spellcrafting.

Hope you're all enjoying the game! If you've gotten to the end and want more, or just want other pointers for learning more spellcrafting / programming, here are a few resources that can help you. The game itself was inspired by MIT's Structure and Interpretation of Computer Programs, aka SICP. The course uses LISP, which is a programming language with the same sort of logic as the one used in the game. Though the game uses a visual representation, and the original language uses text. The original textbook is freely available online [1]. The original lectures were also recorded, and are hosted freely by MIT. [2] LISP is very good at allowing you to focus on the problem solving, without worrying about language details. One downside though is that it looks very different from other programming languages. It is still a very good first language to learn, but afterwards you might want to look at something a little more conventional. In that case, I have put together a series of lessons using Javascript, which has puzzles you can solve in your browser. These are freely available on my site[3]. And finally, feel free to drop by the Discord server if you would like help or just want to chat. [1] https://web.mit.edu/6.001/6.037/sicp.pdf [2] https://ocw.mit.edu/courses/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video_galleries/video-lectures/ [3] https://www.bittwiddlegames.com/coding-school/programming-basics/ [4] https://discord.gg/zEptN9CvTx


[ 2024-06-04 16:56:38 CET ] [ Original post ]


Build 133: Early Access Supporter Thank You: Join the Credits!

Thank you for everyone who has tried out my game while in Early Access. To celebrate the early supporters, I will include a section in the credits for those that would like to be mentioned. The survey is now accessible through the full version of the game. If you would like to be included in the credits, please fill out the form as soon as possible.


[ 2024-03-18 17:06:06 CET ] [ Original post ]


Thank you to early supporters - Join the credits!

Thank you to everyone who has decided to support this game early in its Early Access. I am going to be decreasing the price of the game in order to help reach more people. I'd like to recognize those of you who bought the game early. To do so, I'm thinking of adding a section to the credits to list the pre-price drop early access supporters. What do you think?


[ 2024-03-08 19:40:52 CET ] [ Original post ]


deMo with deVa

Youtuber deValiante (deVa) has recorded a playthrough of the demo! If you're curious about the game but haven't yet played the demo, you can now watch the video! https://www.youtube.com/watch?v=s2I-vLvdlkA


[ 2024-01-05 17:15:55 CET ] [ Original post ]


Winter Update!

Hello everyone, I have just pushed an update for the game. This contains many frequently requested features to smooth over some parts of the game that were previously a bit rough. Many players wanted more space to view the spell. Now you can minimize the chat window, giving you your entire screen for designing your spells.
On larger levels, sometimes you just want to start over. The trash button in the corner can be used to reset a level to its original state. And sometimes you want to undo a mistake. Undo / redo buttons to the rescue! You can access these with the buttons in the corner, or standard hotkeys. Instead of CTRL+Z (undo) and CTRL+Y(redo), you can just use Z and Y. Undo can also undo a "reset" action, in case you misclick.
Happy gaming and happy holidays!


[ 2023-12-18 15:02:14 CET ] [ Original post ]


Winter update coming soon!

Hello! Thanks to everyone who has played the game so far, and a special thanks to players who have provided feedback. I'm working on a patch that mostly focuses on "quality of life" type improvements, to improve gameplay in areas that currently feel a bit clunky. The update should be available in the next few days. Stay tuned!


[ 2023-12-15 15:36:28 CET ] [ Original post ]


New puzzles : Data structures

Hi all, I've just pushed build 125, which has several new puzzles that introduce the concept of data structures. Arrays, pairs, and a few other types of nested data are introduced. Whether these ideas are completely new, or you've worked with them before, I think you'll find the puzzles pretty neat. Have fun!


[ 2023-10-30 23:48:08 CET ] [ Original post ]


Added playback controls to spell casting

Hi everyone, I've just pushed build 120 of the game. This contains new controls under the "cast spell" or spell runner page. This will let you play / pause / step forward / step backwards while watching your spell run. This should speed up debugging of spells, especially those that take a while to run. You can control playback using the mouse buttons in the corner, or use the keyboard: space / left arrow / right arrow.


[ 2023-10-11 21:44:21 CET ] [ Original post ]


Fixed Mac builds (demo & Early Access)

Hi everyone, A user on the Discord pointed out an issue with the Mac release of the game. If you were getting an issue with "no executable found" when starting up on Mac, you were impacted by the same bug. I've just pushed new builds of the game for Mac, and its all working now. If this was preventing you from playing you can try it again now :)


[ 2023-10-06 18:15:18 CET ] [ Original post ]


Enjoying Early Access so far? Consider leaving a review on Steam.

Hi everyone, I hope you're enjoying the game in Early Access. I'm planning another series of levels to add to the game, but want to make sure they are both thematically interesting and good puzzles. In the mean time, if you are enjoying the game, consider leaving a review on Steam. And even if you aren't, a review would help me better gauge what parts of the game are enjoyable and which need work. Thanks to everyone who has chosen to support me while I work on this game. Best, Alex


[ 2023-09-14 23:57:22 CET ] [ Original post ]


Build 114: Improved spell editor: multigrab

I've just pushed build 114, which improves the experience of the spell editor. Before, you could only grab words from your word-pool at the bottom. Now you can grab and move words in the spell itself. Dragging a word from the spell and dropping it into empty space can be used to remove words from your spell. You can also do this to easily peek at the names for the inputs if you have forgotten. Grabbing a spell word will also grab all the words connected below it. This helps refactor or rework your spell more easily.


[ 2023-09-11 16:12:04 CET ] [ Original post ]


Build 113: User experience & performance improvements

Just pushed build 113. Included in this update:

  • Checklist optimization: Long running spells can no longer slow down the rest of the editor.
  • Editing improvements: Replacing a word in the middle of your spell will no longer remove everything below. This makes it easier to replace similar words while building up your spells. See the gif for an example.

I have a few more editor improvements planned, then I'll swap back to working on content for a while. Enjoy!


[ 2023-09-08 18:07:38 CET ] [ Original post ]


Build 112: Improved level browser, lesson clarity, bug fixes

Just pushed build 112 for the Early Access version of the game. There have been a lot of changes recently that are only now getting pushed, since I had previously focused on getting the demo playable in the browser. Now the Steam version of the game has these updates:

  • Improved scaling for the level browser / spellbook: Entries better adjust to the size of your device.
  • Bugfix for "ripeness checker" level. Previously certain spells could crash the game. The crash has been fixed. A future update will improve the visuals for this level.
  • Bugfix: Certain levels previously appeared to unlock out-of-order. This has been fixed.
  • Updated a few all menus are usable with mouse only.
  • Improved dialogs for the first levels. Several users mentioned that the instructions were too wordy, so the update focuses on clearer & shorter explanations. The remaining levels will be updated in a future update.
Have fun! As always, feel free to reach out via email, steam community, or the in-game feedback form.


[ 2023-09-05 21:45:49 CET ] [ Original post ]


Tablet support added to web version.

Hi everyone, I've just added tablet support to the web version of the game. If you'd like to play on tablet, the game supports touch interactions, including pinch gestures to zoom and dragging to move around in your spell. I've also reworked the dialog as part of this change, to better fit the smaller screens available on tablets. Rather than 5 lines of text at a time, only 3 are shown. I've also reworded many of the explanations to make them shorter. I've tested on a lower end device (kindle fire hd 8), and the game runs smoothly. If you try out the web version on a tablet, let me know what you think! https://www.bittwiddlegames.com/lambda-spellcrafting-academy/demo


[ 2023-09-02 03:28:35 CET ] [ Original post ]


Demo now playable in your browser!

Hi everyone, Several people have asked about playing the game on mobile. As a first step, I have made the game playable in the browser. Touchscreens don't yet work perfectly, but this will be updated soon. Running in the browser is not quite as fast as running locally, so some visual effects are disabled in the browser version. If the desktop / steam version doesn't work for you, feel free to try it on the web: https://www.bittwiddlegames.com/lambda-spellcrafting-academy/demo


[ 2023-08-24 16:19:42 CET ] [ Original post ]


New section + 4 more levels

Build 100 is now available for early access players. This adds 4 new levels which will teach you about arrays. I've also added a "challenge" section at the end, and moved a few earlier levels there. These levels were a fair bit harder than the others. This way they dont block progress. I'm planning on adding a hinting system to the game, to make it less likely for players to get stuck on any one level. Have fun! - Alex


[ 2023-08-17 16:57:13 CET ] [ Original post ]


Early Access Begins

Hello everyone, Lambda Spellcrafting Academy is now available via Early Access! The Early Access version of the game includes an extra set of levels, and a sandbox mode that will allow you to create and test your own spells. More levels are coming soon. Your feedback is always appreciated. Feel free to use: - The in-game feedback form - Steam community - Social media DM (BitTwiddleGames on Reddit and Twitter)


[ 2023-08-08 18:06:21 CET ] [ Original post ]


Demo build 95 released

Hello everyone, I've just released build 95 of the demo. This contains a few fixes and changes based on user feedback: - Added a new level to better explain the checklist - Improved several levels so the checklist can accurately indicate partial success on a few levels. - Added the version number under the settings, so it is easier for players to check that they have the latest version - Prevent running "incomplete / higher order spells" for now. Thanks to everyone who has provided feedback. Have fun!


[ 2023-07-26 18:01:52 CET ] [ Original post ]


Build 91: Fix for empty spellbooks

Hi everyone, Just pushed a quick fix to the demo. One of the users in our Discord noticed that the spellbook level selector could appear completely empty, leaving you nothing to do when you start a new game. (Thanks for catching this) Oops. The demo should be playable again.


[ 2023-07-02 17:18:28 CET ] [ Original post ]


Build 90: Level browser, save / load support

Hi everyone, I've just pushed build 90 of the demo. This includes a new level browser, so you can progress through the levels as you choose. You no longer need to try to complete the demo in a single sitting, as your progress will be saved. Your solutions to the levels will also be autosaved. If you want to revisit a level later, you can do so without worrying about losing your partial solutions. I've also been working on producing a bunch of additional levels which aren't included in the demo, but I plan to include in an upcoming Early Access launch. If you know anyone else that might be interested in the game, feel free to share so they can wishlist and get notified when Early Access begins. Thanks everyone for playing and providing feedback so far :) - Alex


[ 2023-06-29 19:58:42 CET ] [ Original post ]


Demo build 85 : New level, clearer spellcasting.

Hi everyone, I just pushed build 85 of the demo, which contains - A new "if" level, which is simpler and should be more accessible to newcomers. - Clearer visualizations while casting spells, which hides internal details not relevant to your spell. - Edge hints, which let you know if you have parts of your spell off-screen. This should make it easier to find your spell if you lose it, and also make it harder to miss the added visualizations. I've also been working on many new levels, which I plan to start playtesting in the near future. Make sure to sign up for the playtest if you would like to help test the rest of the content before the full release. https://forms.gle/ZuvBAxfoyNvQsDuq7


[ 2023-05-31 17:55:18 CET ] [ Original post ]


Demo build 80 : Added Visualization system

Hi all, I just pushed build 80 of the demo, which contains a new system for seeing the effects of your spells. For each of the magic inspired spells in the demo, you can now see the effects of your spell. The new art is a bit rough, but I believe the new animations will make the spells feel much more satisfying to build. I've also reworked the levitation level, as I noticed the previous explanation wasn't very clear.


[ 2023-05-19 16:26:18 CET ] [ Original post ]


Join the full-game playtest waitlist!

Hello everyone, Would you like to help test the full version of the game? I am starting to collect interest from players that would like to help give feedback on the full game, which includes many levels and features not present in the demo. If you'd like to help out, fill out this form and I will reach out when I'm ready to start testing. https://forms.gle/yMpzvNScVRo5as2X8


[ 2023-05-18 20:19:50 CET ] [ Original post ]


Demo build 75: Added Dark mode, and descriptions to card.

Hi everyone, I have just pushed build 75 of the demo. In it, I have added a dark mode, which can be selected under the settings menu. Additionally, I have added text descriptions for most of the cards. New cards will always be explained directly, but this little summary text should help if you forget.


[ 2023-05-12 16:43:23 CET ] [ Original post ]



Lambda Spellcrafting Academy
Bit Twiddle Games
  • Developer

  • Bit Twiddle Games
  • Publisher

  • 2023-08-08
  • Release

  • Action Indie Strategy Casual RPG Adventure Simulation F2P Sports MMO Racing Singleplayer Multiplayer Coop EA
  • Tags

  • Game News Posts 26  
    🎹🖱️Keyboard + Mouse
    🕹️ Partial Controller Support
    🎮 Full Controller Support
  • Controls

  • 5 user reviews

    (5 reviews)


  • Review Score

  • http://www.bittwiddlegames.com
  • Website

  • https://store.steampowered.com/app/2323860 
  • Steam Store



  • [0 B]

  • Public Linux depots

  • Welcome to Lambda Spellcrafting Academy!


    Follow along with Professor Whiskers as you learn to combine your magic cards to create your own spells(programs).

    Each card features a unique ability, or represents some real world object. Arrange your cards to construct elaborate spells to solve magic themed puzzles. Shrink objects, make them float, open locks, and more!

    Learn real programming

    The system used in this game focuses on core programming concepts. After playing through the game, you will be ready to apply your new problem solving ability to nearly any programming language you wish to use outside of the game.

    Programming should be fun

    See the results of your spells immediately, with a checklist that updates as you change your spell. Want to take a closer look? Cast your spells and watch the magic rules play out, so you can detect issues and also develop a better understanding of how things work.

    Nothing to memorize

    Some programming tools require you to memorize a bunch of syntax rules as well as a long list of special words. At Lambda Spellcrafting Academy, you build your spells/programs by arranging your hand of magic cards. Everything you need is in front of you, you just need to figure out how to put them together.

    Lessons and Puzzles included

    New concepts are taught through small lessons and a little puzzle to help you apply your learning. By participating actively in your learning, you will better understand and learn more quickly.

    Multiple solutions to each puzzle: Unleash your creativity

    Unlike some puzzle games, there are many solutions to each puzzle. You are free to solve the puzzle in any way that works. Unleash your creativity as you develop various different approaches.

    Frequently Asked Questions

    • Q. I've never programmed before. Will this be too hard for me?
    • A. You don't need to know anything before getting started :) The levels start from the complete basics, and slowly work up to new ideas.
    • Q. Does this cover every programming language?
    • A. The programming system used in the game focuses on general problem solving techniques, rather than a specific programming language. After playing through the game you should be able to easily apply your new abilities to most programming languages, including Javascript / Python / Ruby and more.
    • Q. I like puzzles but I dont want to program. Will I enjoy this game?
    • A. If I didn't tell you it was a programming game, you might not even notice ;) Programming is really just problem solving, and I think I've made the experience pretty fun. Feel free to try the demo and see what you think.
    MINIMAL SETUP
    • OS: 4.0 Kernel or later (2015+)
    • Processor: 1.0 ghz single core or betterMemory: 1 GB RAMAdditional Notes: 1280x720 resolution or higher
    • Memory: 1 GB RAMAdditional Notes: 1280x720 resolution or higher
    GAMEBILLET

    [ 5951 ]

    5.40$ (70%)
    6.67$ (78%)
    33.17$ (17%)
    13.64$ (45%)
    1.75$ (71%)
    2.22$ (78%)
    7.95$ (20%)
    25.17$ (16%)
    16.57$ (17%)
    20.65$ (17%)
    16.99$ (15%)
    16.57$ (17%)
    12.59$ (16%)
    24.87$ (17%)
    2.90$ (81%)
    7.99$ (73%)
    8.49$ (-21%)
    9.89$ (34%)
    12.59$ (16%)
    16.39$ (18%)
    4.24$ (-42%)
    33.99$ (-127%)
    6.59$ (40%)
    3.81$ (81%)
    5.13$ (87%)
    6.37$ (79%)
    1.11$ (78%)
    12.99$ (48%)
    4.72$ (69%)
    8.21$ (73%)
    GAMERSGATE

    [ 3198 ]

    3.0$ (70%)
    2.0$ (90%)
    8.99$ (55%)
    1.0$ (80%)
    1.13$ (92%)
    2.25$ (92%)
    6.25$ (75%)
    6.0$ (80%)
    3.38$ (89%)
    0.79$ (89%)
    2.55$ (87%)
    0.75$ (92%)
    1.5$ (85%)
    0.51$ (83%)
    1.7$ (83%)
    3.41$ (74%)
    3.0$ (81%)
    3.0$ (92%)
    7.5$ (70%)
    1.91$ (89%)
    0.77$ (89%)
    11.99$ (20%)
    6.0$ (70%)
    1.35$ (89%)
    2.25$ (89%)
    1.5$ (92%)
    6.74$ (33%)
    1.91$ (87%)
    13.99$ (30%)
    3.59$ (55%)

    FANATICAL BUNDLES

    Time left:

    1 days, 18 hours, 33 minutes


    Time left:

    24 days, 18 hours, 33 minutes


    Time left:

    6 days, 18 hours, 33 minutes


    Time left:

    37 days, 18 hours, 33 minutes


    Time left:

    43 days, 18 hours, 33 minutes


    HUMBLE BUNDLES

    Time left:

    4 days, 12 hours, 33 minutes


    Time left:

    4 days, 12 hours, 33 minutes


    Time left:

    13 days, 12 hours, 33 minutes


    Time left:

    20 days, 12 hours, 33 minutes

    by buying games/dlcs from affiliate links you are supporting tuxDB
    🔴 LIVE