Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)