# snake **Repository Path**: dlooto/snake ## Basic Information - **Project Name**: snake - **Description**: 基于Java的贪吃蛇游戏程序. SWT实现GUI界面. 此程序为2008年练习重构时的代码习作. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 0 - **Created**: 2016-08-12 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: games **Tags**: None ## README #snake Java写的贪吃蛇程序. SWT实现GUI界面, 此程序为2008年学习<重构>时的代码习作. 其中有过度设计的痕迹, 为设计模式而模式. 但作为学习重构与设计模式, 不失为一个好的例子.