Text mode Tetris clone with source code (basic)

Post Reply
unartic
Posts: 136
Joined: Sat Oct 28, 2023 3:26 pm

Text mode Tetris clone with source code (basic)

Post by unartic »

A simple Tetris clone in text mode featuring high scores and basic sound effects.

The source code is included for those who wish to tinker with it. Use nxtBasic to compile it.

https://github.com/unartic/nxtBasic/

Try It Now!
Attachments
tetris.prg
(22.76 KiB) Downloaded 88 times
tetris.bas
(10.54 KiB) Downloaded 75 times
User avatar
FredB74
Posts: 15
Joined: Wed Jul 17, 2024 9:52 am

Re: Text mode Tetris clone with source code (basic)

Post by FredB74 »

Simple but efficient. A good start.
Post Reply