Skip to content

cdleveille/slime-volleyball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web (JavaScript)

Play Online:

https://www.cdleveille.net/slime

Play from Source Code:

  1. Download or clone repository
  2. Install Node.js
  3. Install http-server: npm install http-server -g
  4. In the \web directory, run: http-server -a localhost -p 8000 -c-1
  5. Go to http://localhost:8000/slime.html

Desktop (Python)

Play from Source Code (Windows, Mac, Linux):

  1. Download or clone repository
  2. Install Python 3
  3. Install packages:
  4. Run Slime-Volleyball.pyw

Play from EXE (Windows):

  • Go to Releases and download the latest version

Keyboard Controls:

  • Player 1 (Team 1):
    • Move: [A D]
    • Jump: [W]
    • Slow: [S]
    • Powers: [Q E]
  • Player 2 (Team 2):
    • Move: [LEFT RIGHT]
    • Jump: [UP]
    • Slow: [DOWN]
    • Powers: [RSHIFT RCTRL]
  • Player 3 (Team 1):
    • Move: [F H]
    • Jump: [T]
    • Slow: [G]
    • Powers: [R Y]
  • Player 4 (Team 2):
    • Move: [J L]
    • Jump: [I]
    • Slow: [K]
    • Powers: [U O]

XInput Controls (Windows):

  • Move: [Left analog stick]
  • Jump: [A]
  • Powers: [X B]

About

Fan remake of the classic browser game. Python (desktop) & JavaScript (web) versions.

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors