Ilustra is a daily word-guessing game where you uncover a word by watching a picture slowly reveal itself. You have five attempts to guess correctly, with the image becoming progressively clearer after each wrong guess. A new word is introduced every day, offering a fresh challenge for players everywhere!
- Daily Challenges: A new word and image every day to keep the gameplay fresh and exciting.
- Progressive Difficulty: The image reveals itself gradually, adding a layer of suspense and fun.
- Cross-platform: Built with Angular and TypeScript for a seamless experience on web browsers.
Follow these steps to get started:
- Clone the repository:
git clone https://github.com/yourusername/ilustra.git
- Navigate to the project folder:
cd ilustra - Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:4200/. The application will automatically reload if you change any of the source files.
To create a production-ready build, run:
npm run buildThe build artifacts will be stored in the dist/ directory.
To execute unit tests using Karma, run:
npm run testUse the Angular CLI to generate components, directives, pipes, and more. For example:
ng generate component component-nameYou can also use:
ng generate directive|pipe|service|class|guard|interface|enum|moduleWe welcome contributions! If you encounter a bug or have a feature request, please create an issue in the Issues section of this repository.
Made with ❤️ by Alex Oliveira

