Code Monkey home page Code Monkey logo

tankland's Introduction

TankLand

This was created in 2019. If you copy it, that's cheating. If you want to use it as a model to test your thing, please go ahead.

Instructions!!

If you want code

  • To run on xcode: just put all the code in and run it lol
  • To run on a unix/linux/mac command line:
    • clone it (google that if you don't know)
    • type ./compile to compile
    • type ./main to run.
    • enjoy.

If you just want to run:

  • download the file called main, goto that directory using cd
  • use chmod +x main to make the file runnable, then do ./main
  • if you want to run on windows, idk man

tankland's People

Contributors

meppydc avatar pseudonympatel avatar

Watchers

 avatar  avatar  avatar

tankland's Issues

Finish Logger

Ask about specs, what is the major log and log functions. How to implement??

TankWorld Specifics

Things to do:

  • TankWorldSupport functions.
  • create all the action helper funcs, and related things.
  • TEST IT ALL!!!

That's really it for the game system itself!

Things to do first

  • GameObject
  • GameObjectType
  • Position
  • Direction
  • Actions (enum)
  • Constants

Architecture List

  • TankWorld - need the most for it. DO LAST
  • GameObject - should do this first, so we can do Tank/Mine/Rover
  • GameObjectType - see other issue to figure out if Mine/Rover should be the same
  • Mine - I think we should group Mine/Rover into this one class.
  • Tank - do the GameObject first
  • Position - this is done. make sure up to spec
  • Direction - this might not be necessary, provided functionality is the same. good to make tho
  • MessageCenter - deon is working on this, good to do.
  • Logger - where all the messages are stored. Do this before TankWorld
  • RadarResult - do this before GameObject
  • Actions - create this enum list first
  • Action - right after the enum list completed
  • Constants - this may be a good idea. Rember to migrate some from grid.swift and TankWorld.swift

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.