Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titivince/visual-novel
Create a visual novel with css and ts only Work In Progress
https://github.com/titivince/visual-novel
alpha build css shell-script typescript visual-novel work-in-progress
Last synced: 13 days ago
JSON representation
Create a visual novel with css and ts only Work In Progress
- Host: GitHub
- URL: https://github.com/titivince/visual-novel
- Owner: titivince
- Created: 2020-11-30T13:27:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T12:48:29.000Z (over 3 years ago)
- Last Synced: 2024-07-30T20:59:46.907Z (3 months ago)
- Topics: alpha, build, css, shell-script, typescript, visual-novel, work-in-progress
- Language: CSS
- Homepage:
- Size: 603 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Light Novel
You can use **everything** for your work
One **simple** thing you have to do is put a [Link](https://github.com/titivince/light-novel) to the original code or simply create a _fork_
## :warning: Work in progress :warning:
### State of the project Alpha ( maybe )
Feel free to help me in my work
Report all issue you can find
### Thing done :
- ✅ Everything fully responsive
- ✅ No infite loop **Major bug**
- ✅ Creates and operates the following text
- ✅ Create an typing effect
- ✅ Add **css** for the character
- ✅ Add start screen
- ✅ Create add class and remove### To do list :
- ⬜ Add more animation for the character and background
- ⬜ Add option screen
- ⬜ Add end screen
- ⬜ Fix possible issue
- ⬜ Create selection## How to try yourself
This is very simple the **only** files you have to change is the [text.ts](https://github.com/titivince/light-novel/blob/master/src/text.ts)
Before start coding make sure you have `Typescript` installed
If you don't have it run the command `npm install -g typescript`
If you don't know try `tsc --version` if you have an error it mean you don't have it
Run the script `watch.sh`
## And your good to go!