Code Monkey home page Code Monkey logo

2048-reloaded's Introduction

2048-reloaded

A revamped python 2048 game

Getting Started

1. Install git

We will be using git to version control the project as well as allow for group contribution.

Helpful articles on how to use git:

Cloning this project

  • Open your cmd/terminal/ (wherever you want to run your git commands), go to your directory (I would recommend making a "projects" folder) where you want the 2048-reloaded project folder to rest in.

  • Then type in:

      git clone https://github.com/suzuryu9000/2048-reloaded.git
    
  • When you use dir/ls, you should see the "2048-reloaded" folder there

2. Make a virtual environment and use pip-tools (OPTION 1)

  • Before you download the packages, I recommended you use virtual environments. You can use venv to create a virtual environment inside your 2048-reloaded project folder. (just make sure that you do not commit the python environment files to remote repository)

    This has everything Installing Virtual Env

  • Go to the project folder and create the python environment:

      python -m venv <ENVIRONMENT NAME>
    
  • Then activate the virtual environment:

      env/Scripts/activate
    
  • you should now see (env) C:\User\PATH\.. on the left side after this

  • Install pip-tools

      pip install pip-tools
    
  • Install all dependencies from the "requirements.txt" file:

      pip-sync
    
  • If you want to deactivate the virtual env:

      deactivate
    

3. Install all packages just with pip - without Virtual Environment (OPTION 2 - Easier)

  • Go to the project folder and install all dependencies:

      pip install -r requirements.txt
    

Thats it

just text in chat if you need help on anything! remember, this project is just for fun. no one has any obligations and responsibilities

-ryan

2048-reloaded's People

Contributors

suzuryu9000 avatar ryanswong avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.