Hand-drawn Sketch Game Prototyping App.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
An app that generates a 2D platform game based on a given hand-drawn sketch.
After installing expo, you can proceed to clone the project:
$ git clone https://github.com/mfrashad/photoSketch.git
Install the dependencies, make sure you have a package manager such as npm or yarn
yarn install
To run the app, make sure your emulator is running or your phone is connected to your pc, then run:
$ expo start
Currently the app only support the creation of 2D platform game.
When drawing the sketch for the game, please follow the following color code:
- Black: Starting point
- Green: Ending Point
- Blue: Obstacles/Ground/Wall
- Red: Enemy
- Yellow: Coin
- Purple: Portal (Work in Progress)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project / Clone the project (For members that have been given access)
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
You can drop me a message on my Website.
Thanks goes to all these people:
- Chen Nuode
- Muhammad Fathy Rashad