Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5h1ngy/fe-pixijs-test-isometric-rpg
https://github.com/5h1ngy/fe-pixijs-test-isometric-rpg
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5h1ngy/fe-pixijs-test-isometric-rpg
- Owner: 5h1ngy
- Created: 2024-09-11T21:26:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T21:02:29.000Z (3 months ago)
- Last Synced: 2024-09-13T10:36:51.812Z (3 months ago)
- Language: TypeScript
- Homepage: https://fe-pixijs-test-isometric-rpg.vercel.app
- Size: 33.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](./docs/preview.png)
This is a simple PoC where I conduct feasibility tests for an isometric-view video game using AI to generate graphic assets. Additionally, I used the following spritesheets for the NPC: https://github.com/sanderfrenken/Universal-LPC-Spritesheet-Character-Generator
**requirements**:
- Bash shell (or Git Bash)
- Nodejs v20.x.x
- Yarn v4.x ([setup](https://yarnpkg.com/getting-started/install))
# Setup
1. *install dependencies*
```bash
yarn install
```2. *run development web server*
```bash
yarn start:dev
```3. *build for production*
```bash
yarn build:prod
```# Techs
- *language*: Typescript v5
- *bundler*: [viteJs *v5.x*](https://vitejs.dev/)
- *framework*: [PixiJs *v8.x*](https://pixijs.download/release/docs/index.html)
- *Spritesheet*: [LPC *Generator*](https://github.com/sanderfrenken/Universal-LPC-Spritesheet-Character-Generator)