summaryrefslogtreecommitdiffstats
path: root/tetris/tetris.h
Commit message (Expand)AuthorAgeFilesLines
* tetris: Use arc4random_uniform instead of modulo for better randomnessnia2020-07-211-2/+2
* Center game board on screen. OK from christos@.nat2016-03-031-1/+2
* Provide an option to restore traditional black-and-white mode.pgoyette2014-07-131-1/+2
* Add a little color. In order to minimize logic differences, keep 0 as thechristos2014-06-111-1/+2
* sprinkle staticdholland2009-08-121-2/+1
* ANSIfy function declarations.dholland2009-05-251-2/+2
* Remove uses of __P.jsm2004-01-271-4/+4
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
* Declare variables as extern in headers rather than using linker commons.jsm2000-01-011-9/+9
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-1/+4
* Add use of `const' where appropriate to the games.jsm1999-09-081-7/+7
* only show preview if the -p option is givenhubertf1999-01-031-3/+4
* Add previewing of next shape. Old (previous) behaviour can behubertf1999-01-031-1/+4
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-2/+2
* NetBSD RCS Idscgd1995-04-221-0/+2
* ascii tetris!cgd1994-05-061-0/+169