Visual game creator #21

Open
opened 2016-09-22 15:53:01 +02:00 by nik · 5 comments
nik commented 2016-09-22 15:53:01 +02:00 (Migrated from edugit.org)

Would it be desired to haev a visual game creator, e.g. a web-based one, that allows creation of simple games by visual programming ( abit like in tools like RPG maker)?

That would allow non-coders, like teachers, to create games for their projects without learning much.

Would it be desired to haev a visual game creator, e.g. a web-based one, that allows creation of simple games by visual programming ( abit like in tools like RPG maker)? That would allow non-coders, like teachers, to create games for their projects without learning much.
eike commented 2016-09-24 15:19:09 +02:00 (Migrated from edugit.org)

Created by: Creeparoo

Yes, we should create a tool for that. Simple interfaces make sense because this Framework is all about simplicity.

*Created by: Creeparoo* Yes, we should create a tool for that. Simple interfaces make sense because this Framework is all about simplicity.
nik commented 2016-11-10 16:01:47 +01:00 (Migrated from edugit.org)

@Creeparoo We should probably target this for 1.0.0 already. We could start with a simple online Text editor and add visual programming later. What do you think?

@Creeparoo We should probably target this for 1.0.0 already. We could start with a simple online Text editor and add visual programming later. What do you think?
eike commented 2016-11-15 15:55:10 +01:00 (Migrated from edugit.org)

Created by: Creeparoo

Sounds good.

*Created by: Creeparoo* Sounds good.
nik commented 2017-01-03 17:29:42 +01:00 (Migrated from edugit.org)

Moving to 2.0.0 again as this requires more restructuring than I first thought.

Moving to 2.0.0 again as this requires more restructuring than I first thought.
nik commented 2017-01-06 01:24:18 +01:00 (Migrated from edugit.org)

Had some ideas today that I want to note:

  • Use Git. Git is your friend. We can have the code editor work in a branch of a Git repo.
  • The game itself is loaded from an export of the Git repo, from a special branch that got code review.
  • Players can edit games, then send their changes in to review by an admin, who triggers merge into the reviewed branch and installation into the server.

I found codemirror to be a good choice for the web editor as it is maintained and shipped with Debian.

Had some ideas today that I want to note: * Use Git. Git is your friend. We can have the code editor work in a branch of a Git repo. * The game itself is loaded from an export of the Git repo, from a special branch that got code review. * Players can edit games, then send their changes in to review by an admin, who triggers merge into the reviewed branch and installation into the server. I found codemirror to be a good choice for the web editor as it is maintained and shipped with Debian.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nik/veripeditus-server#21
No description provided.