https://github.com/fedotovdev8801/gamesimulation
Game platform like XNA but on Python. (Python Library)
https://github.com/fedotovdev8801/gamesimulation
Last synced: 3 months ago
JSON representation
Game platform like XNA but on Python. (Python Library)
- Host: GitHub
- URL: https://github.com/fedotovdev8801/gamesimulation
- Owner: FedotovDev8801
- License: mit
- Created: 2024-10-18T15:07:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T18:16:22.000Z (5 months ago)
- Last Synced: 2025-01-23T11:15:46.353Z (5 months ago)
- Language: Python
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# GameSimulation`GameSimulation-Engine` is Python-library for game developing or education for game developers.
## Installing
You can install this library using `pip`:
```python
pip install https://github.com/FedotovDev8801/GameSimulation
```# Using
Simple using example:
```python
from mainClasses import GameSimulationresult = GameSimulation()
print(result)
```
## FeaturesGame Developing
Game Engine Developing
Learning Python
Earning money from your games
Play games
Chat with developers## Required Libraries
Python 3.6+
Pygame 2.6.1
ABC AbstractMethod## Support
If you have issues or troubles, create issue on GitHub.
## License
This project is licensed by MIT. You can find more in LICENSE file.
## Social Media
GameSimulation web-site:
https://fedotovdev8801.github.io/GameSimulation-Site/FedotovDev Patreon:
https://www.patreon.com/FedotovDev8801