-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Expand file tree
/
Copy path.cursorrules
More file actions
19 lines (14 loc) · 720 Bytes
/
.cursorrules
File metadata and controls
19 lines (14 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Unity Tower Defense Game using Nintendo Ringcon
// This project involves creating a tower defense style game controlled by a Nintendo Ringcon.
// Project Context
// Players place turrets and use exercise to charge them up.
// The project is currently undergoing refactoring for better extensibility and maintainability.
// Development Environment
// Language: C#
// Unity Version: 2021.3.18f1
// Instructions
// Ensure the game mechanics are intuitive and responsive.
// Focus on optimizing performance for real-time gameplay.
// Implement modular code structure for easy updates and feature additions.
// Additional Notes
// Feel free to ask questions if you need more information about the project intentions.