Metadata-Version: 2.4
Name: pygamesense
Version: 0.1.1
Summary: A simple text-based game engine for event-driven gameplay
Author: Muhilvannan Elavazhagan
Project-URL: Homepage, https://github.com/muhilvannan16/pygamesense
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

\# pygamesense



A simple text-based game engine for event-driven gameplay.



\## Features

\- Player system (health, inventory, score)

\- Event-based decision system

\- Game engine with actions and outcomes

\- Win/Lose conditions



\## Example



```python

from pygamesense.player import Player

from pygamesense.events import Event

from pygamesense.engine import GameEngine



\##Author

Muhilvannan Elavazhagan

