Skip to content

LuisMayo/Pictoclone

Repository files navigation

Netlify Status

Pictoclone (Early WIP)

Ionic app which aims to serve as a as-close-as-possible clone of the Nintendo DS' app "Pictochat" in which users chat with drawings Intended for mobile devices. Live on https://pictoclone.netlify.app/

It's planned to support 3 connection methods, (W)LAN, Bluetooth and WebSockets. Currently only a Websockets version is working using code and server extracted from https://github.com/monowii/pictochat. ¡Huge thanks from here!

Prerequisites (for developers)

  • Node.js

Installing

Clone the repository

git clone https://github.com/LuisMayo/TelegramHateMod.git

npm install into the cloned repo

npm i

Deploy a live server npm start

Contributing

Since this is a tiny project we don't have strict rules about contributions. Just open a Pull Request to fix any of the project issues or any improvement you have percieved on your own. Any contributions which improve or fix the project will be accepted as long as they don't deviate too much from the project objectives. If you have doubts about whether the PR would be accepted or not you can open an issue before coding to ask for my opinion

Thanks

To Nintendo, for making that awesome app. And to monowii's https://github.com/monowii/pictochat for their Websockets server and their client code whic has been partially used for the WS client on this very app