Update TODOs
This commit is contained in:
		
							parent
							
								
									0254c0bbcf
								
							
						
					
					
						commit
						a0117d3bb1
					
				
					 2 changed files with 7 additions and 3 deletions
				
			
		|  | @ -18,8 +18,13 @@ import Data.Maybe (fromMaybe) | ||||||
| import Data.Monoid (First(..)) | import Data.Monoid (First(..)) | ||||||
| 
 | 
 | ||||||
| -- TODO | -- TODO | ||||||
| --   1. USE linear V2 instead of tuples.. dummy | --   0. BUG in hard drop - if block is under an overhang then it gets sent above | ||||||
| --   2. leaderboard saved to txt file (requires adding viewport for name entry) | --   1. leaderboard saved to txt file (requires adding viewport for name entry) | ||||||
|  | --      and probably wrapping game in a ui state | ||||||
|  | --   2. consider adding hard drop preview like other games, but need another color | ||||||
|  | --   3. USE linear V2 instead of tuples.. dummy | ||||||
|  | --   4. README with gif | ||||||
|  | --   5. release binaries for darwin and linux | ||||||
| 
 | 
 | ||||||
| -- Types and instances | -- Types and instances | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -151,7 +151,6 @@ drawNextShape t = | ||||||
|     blk = Block t (0,0) (relCells t) |     blk = Block t (0,0) (relCells t) | ||||||
|     cs = blk ^. to coords |     cs = blk ^. to coords | ||||||
| 
 | 
 | ||||||
| -- TODO test on mac terminal defAttr vs (bg black) |  | ||||||
| theMap = attrMap V.defAttr | theMap = attrMap V.defAttr | ||||||
|   [ (iAttr, on V.cyan V.cyan) |   [ (iAttr, on V.cyan V.cyan) | ||||||
|   , (oAttr, on V.yellow V.yellow) |   , (oAttr, on V.yellow V.yellow) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sam Tay
						Sam Tay