Hey! I just started a new project that I brainstormed with Gemini AI, combining my Electrical Engineering expertise with a fun game concept. My Gemini conversation can be found at https://gemini.google.com/share/8eef75fb2139. GitHub is https://github.com/bpythonistic/sniper-game. I created the first Jira sprint as well, so if anyone wants to collaborate, just PM me your email address, and I can add you to the Scrum project.
Tech Stack:
Backend (The Physics Engine)
Language: Python 3.14
Framework: FastAPI
Math Kernel: NumPy / SciPy (for signal generation and noise simulation)
Database: PostgreSQL (storing user stats, signal configurations, and level presets)
ORM: SQLAlchemy / SQLModel
Package Manager: Pixi (pixi.prefix.dev)
Frontend (The Scope)
Language: TypeScript
Framework: React
Build Tool: Vite
Visualization: HTML5 Canvas / SVG (for rendering waveforms)
State Management: React Hooks / Context API
I'm also using Pixi for dependency and environment management.
Let me know what you think!