All Projects → DQNEO → CppTetris

DQNEO / CppTetris

Licence: other
Tetris made within an hour

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to CppTetris

gym-tetris
An OpenAI Gym interface to Tetris on the NES.
Stars: ✭ 33 (-68.27%)
Mutual labels:  tetris
TETRIS
俄罗斯方块demo
Stars: ✭ 15 (-85.58%)
Mutual labels:  tetris
solution-finder
Tetris: Find perfect clears, combos, T-spins
Stars: ✭ 76 (-26.92%)
Mutual labels:  tetris
JavaFX-Tetris-Clone
JavaFX Tetris game clone written in Java 8
Stars: ✭ 39 (-62.5%)
Mutual labels:  tetris
tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (-84.62%)
Mutual labels:  tetris
AWKTC
AWKTC is Workable Klutzy Time-wasting Command
Stars: ✭ 44 (-57.69%)
Mutual labels:  tetris
Tetromino
One of my favorite games implemented for iOS, macOS + CLI
Stars: ✭ 17 (-83.65%)
Mutual labels:  tetris
playing-mario-with-deep-reinforcement-learning
An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
Stars: ✭ 55 (-47.12%)
Mutual labels:  tetris
tetran
Tetris-style game written in FORTRAN-95
Stars: ✭ 19 (-81.73%)
Mutual labels:  tetris
Retrogamer-Compose
Retro games implemented using Jetpack Compose
Stars: ✭ 113 (+8.65%)
Mutual labels:  tetris
Fairtris
Clone of the official classic Tetris® game for the NES console, intended for Windows and Linux systems. It implements the original mechanics and includes many regional versions and several RNGs (all in one executable).
Stars: ✭ 30 (-71.15%)
Mutual labels:  tetris
Tetris
Tetris game (Fork)
Stars: ✭ 21 (-79.81%)
Mutual labels:  tetris
wasm-tetris
Wasm Tetris
Stars: ✭ 85 (-18.27%)
Mutual labels:  tetris
tetris
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
Stars: ✭ 98 (-5.77%)
Mutual labels:  tetris
tetris-game
⭐ A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/
Stars: ✭ 15 (-85.58%)
Mutual labels:  tetris
python-tetris
Tetris game with AI made by pygame, inspired by react-tetris
Stars: ✭ 19 (-81.73%)
Mutual labels:  tetris
combatris
A "perfect" implementation of an old classic
Stars: ✭ 20 (-80.77%)
Mutual labels:  tetris
mimstris
A falling block puzzle game created using React and Redux.
Stars: ✭ 129 (+24.04%)
Mutual labels:  tetris
PYTRIS
tetris made with pygame
Stars: ✭ 26 (-75%)
Mutual labels:  tetris
WpfTetris
MVVM based Tetris application sample on WPF
Stars: ✭ 24 (-76.92%)
Mutual labels:  tetris

ニコニコ動画「テトリスを1時間強で作ってみた【実況解説】」のソースコード

オリジナル動画:http://www.nicovideo.jp/watch/sm8517855

画面キャプチャ

コミットログの"30:00" "40:00"みたいな数字は、動画内の経過時間です。

遊び方

tetris.exeを実行するとすぐに遊ぶことができます。

ソースコードをコンパイルする方法

基本的に動画のとおりです。

  • MinGWをインストール
  • Pathを通す
  • コンパイル(make.batを実行)
  • a.exeを実行

ライセンスについて

MIT License

Copyright @tkihira

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Thanks to https://twitter.com/tkihira/status/262437799775592449

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].