.cursorrules 0

Unity ゲーム開発 (C#)

C#でのUnityゲーム開発。ゲームメカニクス、物理演算、入力処理、タワーディフェンスパターン。

.cursorrules 20 lines
// 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.

Related Rules