Giter Club home page Giter Club logo

chuck's People

Contributors

logsol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

travacry

chuck's Issues

Anti Cheating / Alienated Versions

The fact that this game is open source, will make cheating very easy, you'd just need to:

  • download the game source
  • add cheating functionality
  • compile
  • start
  • connect to our server
  • play and cheat like a motherfucker

I had this idea to keep alienated versions out:

  • Create an .as file, that holds connection information and a SECRET variable
  • If you try to login, the server sends you a random phrase, which the client has to modify by the secret and maybe md5 hash it
  • Client sends back to the server, which has encoded the phrase itself as well
  • Server compares and grants authentication

Cleanup MouseMove Handling

The mouse move event should not be part of the View but of the InputControlUnit.
View should pull the coordinates from the ICU when in non spectator mode after player spawn.

Head is twisting

If you place the mouse exactly in the middle under the player, the head twists upside down.

TypeError: Error #1010

-JServ : Redtamarin-
Crash

-Msg-
"TypeError: Error #1010"

-OS-
Linpus Linux Lite v1.0.6.E

-Compilation-
WIN

-Version-
JServ 0.001a
redtamarin_0.3.1.1049_NIX

Implement Map Selection

Making map creation and map selection possible:

  • Enhance Map Editor, so that it sends map to a php script
  • Build this php script, which creates a xml file and puts the content
  • another script, that creates a list of all map files
  • build a controller in the game, which enables you to choose a map

Falling Detection Fails

If you run past the borders of a platform and fall down (without jumping) it is not detected, that you're not standing anymore, there should be a falling animation and it mustn't be possible to jump while falling.

Running Animation Bug

The Method Me._isWalking needs to return true in case of a _currentAnimationState "run".
This would fix the biggest animation bug in the current version.

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.