There are a lot of ways to make a game most of you are probably familiar with ones like
I'm assuming most of you familiar with Renpy know it is built on top of pygame.
Recently I made a short post that blender is coming out with blender apps. It uses python for the app development. Great if you are ok with making the game for free.
It uses GPL 2.0
It got me to thinking that maybe you might be useful to list a number of others on here.
We can start with
I found this out when I started a game up and it started showing it was seeing my development environment.
If you use visual studio code it is made using
NW.js and Electron are chromium browser based systems. They just do it in a bit different ways.
Node.js and possibly a library like flask is used to handle the back end and NW.js and Electron create the frontend.
The benefit is you can program everything in HTML ,javascript and CSS. You can also publish cross platform fairly easily.
NW.js is probably simpler for the beginner to use. Electroni.js is more widely used.
You can do some what similar in python and
You could also simply use python with flask and then start a web browser on the system to point to local host and the correct port using python.
If you want to learn about flask,
Of course the entire CS50 open course from Harvard is pretty good.
13 video version
Of course using python and SDL2 isn't that hard either. You can find a examples using the googling "pysdl2 engine"
Or C/C++ and SDL2 are always a good option. But there are other libraries as well.
You must be registered to see the links
,
You must be registered to see the links
,
You must be registered to see the links
,
You must be registered to see the links
,
You must be registered to see the links
, ...I'm assuming most of you familiar with Renpy know it is built on top of pygame.
You must be registered to see the links
Recently I made a short post that blender is coming out with blender apps. It uses python for the app development. Great if you are ok with making the game for free.
It uses GPL 2.0
You must be registered to see the links
It got me to thinking that maybe you might be useful to list a number of others on here.
We can start with
You must be registered to see the links
based system. If you don't already know RPGMaker is made using it and
You must be registered to see the links
.I found this out when I started a game up and it started showing it was seeing my development environment.
If you use visual studio code it is made using
You must be registered to see the links
and
You must be registered to see the links
NW.js and Electron are chromium browser based systems. They just do it in a bit different ways.
Node.js and possibly a library like flask is used to handle the back end and NW.js and Electron create the frontend.
The benefit is you can program everything in HTML ,javascript and CSS. You can also publish cross platform fairly easily.
NW.js is probably simpler for the beginner to use. Electroni.js is more widely used.
You can do some what similar in python and
You must be registered to see the links
and flaskwebgui.You could also simply use python with flask and then start a web browser on the system to point to local host and the correct port using python.
If you want to learn about flask,
You must be registered to see the links
Of course the entire CS50 open course from Harvard is pretty good.
You must be registered to see the links
in one video 25 hours13 video version
You must be registered to see the links
Of course using python and SDL2 isn't that hard either. You can find a examples using the googling "pysdl2 engine"
Or C/C++ and SDL2 are always a good option. But there are other libraries as well.