您的位置:首页 > 编程语言 > Java开发

sudoku me_如何构建Sudoku Game Java桌面应用程序– 2小时的免费课程

2020-08-20 19:46 357 查看

sudoku me

Want to use your Java skills to build a real-world project? How about a Sudoku game?

是否想使用您的Java技能来构建实际项目? 数独游戏怎么样?

We just posted a full course from Ryan Kay on the freeCodeCamp.org YouTube channel that will teach you how to build a Sudoku game desktop application using Java.

我们刚刚在FreeCodeCamp.org YouTube频道上发布了Ryan Kay的完整课程,该课程将教您如何使用Java构建Sudoku游戏桌面应用程序。

Ryan uses a Sudoku Application as a teaching tool in order to explain how to design, architect, and build Java Desktop Applications.  The course is highly practical in nature, and the idea is that you follow along in your own IDE.

Ryan使用Sudoku Application作为教学工具,以解释如何设计,架构和构建Java Desktop Applications。 该课程本质上是高度实践的,其想法是您可以使用自己的IDE。

Here are some of the topics covered in this course:

以下是本课程涵盖的一些主题:

  • Problem Domain Classes

    问题域类
  • Constants w/ Enums & static final variables

    带枚举的常量和静态最终变量
  • Application Container/Entry Point

    应用容器/入口点
  • User Interface w/ Java Interfaces

    带Java接口的用户界面
  • Control Logic

    控制逻辑
  • Computation Logic

    计算逻辑
  • Build Logic

    构建逻辑
  • Persistence/Data Storage

    持久性/数据存储
  • Acknowledgements & further resources

    致谢及其他资源

Watch the course on the freeCodeCamp.org YouTube channel (2 hour watch).

在freeCodeCamp.org YouTube频道上观看课程(观看2小时)。

翻译自: https://www.freecodecamp.org/news/build-a-sudoku-java-desktop-application/

sudoku me

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: