Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.