Giter VIP home page Giter VIP logo

zgame_c1's Introduction

Z-Game Team Chris 1

BWSI-SG with AI Zombie Game.

Prerequisites

First, you need to have Python on your system. Open either cmd (Windows) or Terminal (macOS) and type python --version. If this throws an error, or shows a version less than Python 3.7, you'll need to install it from here. Once your install has finished, running python --version should show 3.7.6.

Then, install Anaconda using one of the graphical installers found here. You want to get the installer that runs under Python 3.7. This will contain the conda command line tool and the Anaconda Navigator. This will be where you go to start up Jupyter Notebook. Once installed, you can use conda --version to verify installation.

Also, ensure Git is setup properly. For a Git primer, check out this help page

Getting Started

Quick start from a command prompt:

git clone [email protected]:BWSI-SGAI-2020/ZGame.git
cd ZGame
conda env create -f zgame_env.yml
conda activate zgame

This will get all the repository files on your system and then use conda to create and activate the environment. This will contain all required dependencies. Python files in the main directory can be run to get an idea of how to use the game.

Game Details

Out of the box, this is a command line interface (CLI) game and can be ran from a command prompt (or terminal) or from an integrated development environment (IDE). The entry points for the code have "RUN" as a prefix.

For example, to run basic tests, use the following command. NOTE: this command prints the help commands for the CLI options. It will show you the usage and options for the CLI.

python RUN_Basic.Tests.py -h

More details about the game and this software implementation will be provided over time via lectures.

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.