Please sign in to access this page

n-is

n-is

17 devlogs
21h 2m
•  Ship certified
Created by Dear_satan

Generalization of tetris game for 1, 2, 3, 4, 5 and 6 polyminos and polykings, runs in CLI, uses curses for tui, it is my second project for hackclub

Timeline

Ship 1

1 payout of shell 448.0 shells

Dear_satan

about 1 month ago

Dear_satan Covers 17 devlogs

Tried to deploy this game on github pages as a website but failed miserably

Update attachment

Created pypi package, n-is can now be installed with:
'pip install n-is-python'
And run with
'n-is'

Update attachment

formated with autopep8, fixed a bug, adjusted default volume

Update attachment

updated readme file, made pygame and numpy optional

Update attachment

added background theme, updated license, and improved sound effects

Update attachment

added basic audio and improved game over screen

Update attachment

ui improvements

Update attachment

updated executable file, the code i used to generate polyominos and polykings will now become an independent project uwu

Update attachment

updated readme again

Update attachment

updated wall kicks and game over, added pause feature

Update attachment

updated readme.md file and curses menu when launching without arguments

Update attachment

added ghost blocks, reworked scoring system, added holding blocks, moved list of polyominos/polykings to separate file, improved choosing gamemode, cleaned up code, added progress bar for levels

Update attachment

added menu to choose game, and now you can access all colors that curses provides

Update attachment

Added polyominos and pseudo-polyominos up to 6th order; added hard drop and fixed scoring

Update attachment

added showing next polymino;
todo: hard drop and better score system

Update attachment

now colors can be changed using j/k and u/i

Update attachment

I just set up hackatime after around 4 hours of programming :<, the game is working i am trying to implement all extended polyominos.

Update attachment