# snake **Repository Path**: ftgmy/snake ## Basic Information - **Project Name**: snake - **Description**: 贪吃蛇,原仓库地址为godot中的某个,可以直接搜索 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2023-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Snake C# [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE) [![Godot v4.0](https://img.shields.io/badge/Godot-v4.0-blue.svg)](https://github.com/ramaureirac/godot-tactical-rpg/tree/release/godot-v4.0) Basic snake game sample made with C# for Godot 4.0+. It has a main scene with three nodes: ![Scenes](scenes.jpg) Each one of the nodes has a script in C# to implement the game logic. ### Requirements - [.Net 6+ SDK](https://get.dot.net) - [Godot Engine - .Net 4.0](https://godotengine.org) - [Visual Studio Code](https://code.visualstudio.com/) - [C# Dev Kit Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) Remember to modify **[.vscode/launch.json](.vscode/launch.json)** and change **{path_to_godot}** to your installation path to enable debugging on Visual Studio Code. ### Preview: ![Snake C# screenshot](screenshot-1.jpg?raw=true "Godot C# screenshot")