Alice in Wonderland is an RPG game created in javaScript by using the Phaser game engine. You can play it directly from the browser of your choice.
- Alice is in her dream where she finds herself in a wonderland.
- Alice tries to touch the frogs there as she believes that they can turn into a charming prince.
- There are insects moving and can bite her. With the bite of each insect, she loses one life and wakes from the dream when life becomes 0.
- Press up, down, left and, right arrow keys to make Alice walk in the respective direction.
- Help Alice to turn frogs into princes and gain points.
- Avoid insects biting her as she can wake up from her dream and the game ends.
- Phaser 3 Game Engine
- Tiled Map Editor
- HTML5
- JAVASCRIPT
- WEBPACK
- JEST
To get a local copy up and running follow these simple example steps.
- Good to have a text editor installed on your machine. You can use any default text editor that comes with the system like Notepad but advanced text editors like Visual Studio Code, Atom, or Sublime are recommended. It will help you to interact with the source code.
Refer the following documentations to download the Text Editor of your choice:
- Clone this Repository using following command
git clone https://github.com/KumarAmitt/Alice-in-Wonderland.git
-
Navigate to the directory
Alice-in-Wonderland
in your File Explorer. -
Run
npm install
to install dependencies. -
Run dist/index.html on your browser of preference. Recommended: Chrome/Firefox
-
Alternatively run
npm start
to run it from Terminal -
If you wish to play around the codes, navigate to this Repository in the Text Editor of your choice.
Run npm run test
run tests.
- GitHub: @KumarAmitt
- Twitter: @ArrshAmit
- LinkedIn: @kumar-amitt
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
© 2021 Amit Kumar
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE.