All Projects → JasonGaoH → Tetris

JasonGaoH / Tetris

Licence: EPL-1.0 License
☕️A tetris game written in Java, suitable for beginners to practice.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Tetris

tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (-27.27%)
Mutual labels:  tetris
solution-finder
Tetris: Find perfect clears, combos, T-spins
Stars: ✭ 76 (+245.45%)
Mutual labels:  tetris
nvim-tetris
Bringing emacs' greatest feature to neovim - Tetris!
Stars: ✭ 114 (+418.18%)
Mutual labels:  tetris
TETRIS
俄罗斯方块demo
Stars: ✭ 15 (-31.82%)
Mutual labels:  tetris
WpfTetris
MVVM based Tetris application sample on WPF
Stars: ✭ 24 (+9.09%)
Mutual labels:  tetris
PYTRIS
tetris made with pygame
Stars: ✭ 26 (+18.18%)
Mutual labels:  tetris
tetris-demo
A Tetris example written in Rust using Piston in under 500 lines of code
Stars: ✭ 106 (+381.82%)
Mutual labels:  tetris
fumen-for-mobile-ts
Tetris diagram editor for mobile
Stars: ✭ 14 (-36.36%)
Mutual labels:  tetris
Retrogamer-Compose
Retro games implemented using Jetpack Compose
Stars: ✭ 113 (+413.64%)
Mutual labels:  tetris
CppTetris
Tetris made within an hour
Stars: ✭ 104 (+372.73%)
Mutual labels:  tetris
combatris
A "perfect" implementation of an old classic
Stars: ✭ 20 (-9.09%)
Mutual labels:  tetris
wasm-tetris
Wasm Tetris
Stars: ✭ 85 (+286.36%)
Mutual labels:  tetris
playing-mario-with-deep-reinforcement-learning
An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
Stars: ✭ 55 (+150%)
Mutual labels:  tetris
tetran
Tetris-style game written in FORTRAN-95
Stars: ✭ 19 (-13.64%)
Mutual labels:  tetris
Tetris
A (incomplete) terminal Tetris. Written in Haskell.
Stars: ✭ 26 (+18.18%)
Mutual labels:  tetris
Tetris
Tetris game (Fork)
Stars: ✭ 21 (-4.55%)
Mutual labels:  tetris
tetris-game
⭐ A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/
Stars: ✭ 15 (-31.82%)
Mutual labels:  tetris
tetris-ai
A Tetris AI written in JavaScript that uses a genetic algorithm
Stars: ✭ 22 (+0%)
Mutual labels:  tetris
Tetris AR
An AR Tetris (unity3d+vuforia)
Stars: ✭ 14 (-36.36%)
Mutual labels:  tetris
mimstris
A falling block puzzle game created using React and Redux.
Stars: ✭ 129 (+486.36%)
Mutual labels:  tetris

Tetris

用java写的比较经典的俄罗斯方块的游戏

  • 主要采用Swing APi来写的,为了解决原生控件比较简陋的因素,大量使用图片来绘制各类控件
  • 游戏设计采用MVC的三层来架构,运用面向对象的思想来构建代码,使得代码扩展性比较强,并且这样取出一些冗余代码
  • 使用jdbc和对象流来保存用户的游戏数据

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].