Skip to content

baldoalessandro/tiles_game

Repository files navigation

Tiles Game

CI status

A clone of NYT Tiles game in SolidJS.

Why

I needed a small project to experiment with SolidJS and its ecosystem. Things can be either experimental or artificially over-engineered for learning purpose.

Reference

For the real game go to https://www.nytimes.com/puzzles/tiles and consider get a subscription there, is definitely worth the money!

TODO

This is an incomplete and un-ordered list of activities for the project:

  • selected empty tile border color
  • make it works on iOS14
  • game end screen
  • favicon + icon
  • offline usage and installation
  • perfect score
  • empty tile instruction
  • error feedback
  • haptic error feedback
  • tile animations
  • selected tile border animation
  • empty tile border animation
  • refactor screen handling
  • add main screen
  • reset button in game
  • more themes

License

Copyright (C) 2023 Alessandro Baldo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see [https://www.gnu.org/licenses/].