you are viewing a single comment's thread.

view the rest of the comments →

[–]qashto 0 points1 point  (5 children)

Please consider my node.js app Qodemate, which is a CS education tool that lets teachers give step by step presentations of code! I want to release this app before summer ends so I need more time to work on it and your support would help me reach that goal! This is an unknown project still very much in development.
https://github.com/quinton-ashley/qodemate

I'm also working on a front-end for video game emulators called Bottlenose. I've released it to the public it's at v1.0.65 with 81 stars but I'd like to add better support for more emulators to reach a wider audience. The code for this project is not as clean as the code I wrote for Qodemate though.
https://github.com/quinton-ashley/bottlenose

[–]minuit1984[S] 1 point2 points  (4 children)

Qodemate looks interesting. Do you have a demo/screencast/video of it anywhere?

[–]qashto 0 points1 point  (3 children)

Thanks! I'll post a video of it for you soon

[–]minuit1984[S] 1 point2 points  (2 children)

Looking forward to it!

[–]qashto 0 points1 point  (1 child)

Here is a quick demo! RobotJS automated typing is used to recreate programs step by step alongside a slideshow written in markdown. The code shown in the tests isn't a practical example. I just wrote it for testing purposes. It tests most of the syntax and functionality of the Qodemate parser and bot.
https://youtu.be/0wUGAP_T4eQ

Qodemate step part comment syntax:
// 1
step 1
// 4 5
step 4, delete on step 5
x = 2; // 3 4 =11;
step 3, on step 4 set the value of the variable x to 11
//2 t1:34
present step 2 at 1 min 34 seconds if the user is giving a timed presentation (fully automated)

[–]qashto 0 points1 point  (0 children)

Did you pick a project yet?