I am developing a game for a website. It would look somewhat similar to the image The layout of the game.
The only problem here is that this is a flash game. And the game logic is already hardcoded into the source code.
I need to use external python library like(https://github.com/franciscogarate/pyliferisk). The user input will be passed to these python library which will then pass the output to the game.
According to my research, It is not possible to use external python library while using ActionScript3 to make flash games.GameMaker wont allow me to import external libraries And i have also read about Pygame(The gaming library for python). But i am not sure if we can import external libraries along with pygame.
So, My questions are:-
1) Can we import external python libraries like (https://github.com/franciscogarate/pyliferisk) along with Pygame.
2) Are there any Game engine like Game Maker which will allow me to use the external python library.
3) And since i am a novice how long would i take me to make simple point and click game like This one using pygame.
Disclaimer:- The image of the game has been taken from https://www.practicalmoneyskills.com/play# . The name of the game is Countdown to retirement
import
external libraries.pygame
. You'll have to code everything without one.Pygame
is one of the simplest libraries to use, after following some tutorials, you should be up pretty quickly.