Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackTabsCode/basic-food-game
Super basic game made to demonstrate React and Rodux
https://github.com/jackTabsCode/basic-food-game
Last synced: 7 days ago
JSON representation
Super basic game made to demonstrate React and Rodux
- Host: GitHub
- URL: https://github.com/jackTabsCode/basic-food-game
- Owner: jackTabsCode
- License: unlicense
- Created: 2023-10-05T01:23:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-02T16:29:09.000Z (10 months ago)
- Last Synced: 2024-12-02T09:05:56.001Z (11 days ago)
- Language: Lua
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-lua - **Repository**
- awesome-react-lua - **Repository**
README
# Basic Food Game
Extremely simple game where you gather food so you don't die. Made with [React](https://github.com/jsdotlua/react-lua) and [Rodux](https://github.com/Roblox/rodux). Made for a take-home interview project.
To run the project, clone the repository, then run:
```bash
aftman install
wally install
rojo build -o "game.rbxl"
```Then, open `game.rbxl` in Studio.
## Note
I don't really stand by the server-side OOP code that I wrote for this project, but it was simple to reason about at the time. This project is mainly open source to demonstrate how you can work with React and Rodux in an actual game.