A remake of the 2048-game but with a competitive programming twist.
View Site
·
Report Bug
·
Request Feature
Table of Contents
Join the tiles, get to 2048. This time instead of you playing the game, unleash your bot minions to play on your behalf. Currently only supports Python. :-(
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- pipenv
sudo apt install python3 python3 -m pip install pipenv
WARNING: This repo is still in development and is highly unsafe at the moment. I am working on to isolating the USER UPLOADED AND DEFINITELY UNSAFE CODE during runtime. Currently, the USER UPLOADED AND DEFINITELY UNSAFE CODE is being run as a lower priviledge user on a ec2 instance noone cares about. DONOT ATTEMPT TO HOST THIS IN ANY PUBLICALLY ACCESSIBLE DEVICE IF YOU DONOT KNOW WHAT YOU ARE DOING!!!
- Clone the repo
git clone https://github.com/0xecho/2048-er.git cd 2048-er
- Install packages
pipenv install
- Run locally
pipenv run python3 manage.py runserver 0:8000
- [] Refactor Judge Code
- [] Move Judge to a separate Dockerized subsystem
- [] Improve security
- Enforce Time and Memory limits on running code
- Disable/Remove potentially harmful modules
- Disconnect running code from network
- Create a restricted environment for code
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Elias Amha - @oxecho - oxecho@wearehackerone.com
Project Link: https://github.com/0xecho/2048-er