Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deseteral/cargo-trek
🎮 We're excited to have you on board as a truck driver here in Arcadian Valley. Made during Ludum Dare 54.
https://github.com/deseteral/cargo-trek
game ludum-dare ludum-dare-54 typescript
Last synced: 14 days ago
JSON representation
🎮 We're excited to have you on board as a truck driver here in Arcadian Valley. Made during Ludum Dare 54.
- Host: GitHub
- URL: https://github.com/deseteral/cargo-trek
- Owner: Deseteral
- License: mit
- Created: 2023-09-28T20:12:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T22:40:08.000Z (5 months ago)
- Last Synced: 2024-10-10T22:42:48.048Z (about 1 month ago)
- Topics: game, ludum-dare, ludum-dare-54, typescript
- Language: TypeScript
- Homepage: https://deseteral.itch.io/cargo-trek
- Size: 34.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cargo Trek
> Welcome to Cargo Trek!
>
> We're excited to have you on board as a truck driver here in Arcadian Valley.
>
> Your role is essential in delivering goods to our local communities. Your job makes a difference!"You're a new hire at local delivery company "Cargo Trek" where you will be a truck driver delivering goods to communities living in small towns.
Manage your truck and cargo, discover procedurally generated map and complete delivery jobs from nearby towns.
![Cover image](promo_assets/itch_cover.png?raw=true "Cover image")
My game for [Ludum Dare 54](https://ldjam.com/events/ludum-dare/54/cargo-trek).
You can play it on [my itch.io page](https://deseteral.itch.io/cargo-trek).Made using my custom framework [ponczek](https://github.com/Deseteral/ponczek).
## Building
Install dependencies:
```sh
git submodule update --init --recursive
cd ./ponczek
yarn install
cd ..
yarn install
```Development build with watch mode:
```sh
yarn dev
```Production build:
```sh
yarn build
```## License
This project is licensed under the [MIT license](LICENSE).