8000 GitHub - iz0926/MeowMoo: a fun 2-player game with obstacles, tokens, invisibility, spawning + more!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iz0926/MeowMoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meow Moo :D

June 2022
Grew up playing 2-player Flash games, so I decided to create this! Built using Java and Processing IDE
Demo Here: https://youtu.be/xZPoyh0fBHc

Game Features:

~ 2 Player game
~ Interact dynamically with the environment, such as collecting objects, dodging obstacles, or interacting with various in-game elements
~ Every round, there is one player that is "it" (displayed on dashboard)
~ Eating the poisons lowers speed, eating the peaches gains speed for the respective player
~ Peaches and poisons regenerate after a certain amount is eaten
~ Animated characters (character image frames reflect direction of movement, player's foot moves at a constant frame rate)
~ A scoring system based on the number of successive rounds won
~ A dashboard displaying score, speed, the player that is 'it'
~ Sound effects when you collect the gold coin and tag the other player
~ Gain invisibility for a few seconds by collecting the gold coin! (Player won't be able to collect or collide with the obstacles, peaches, or poisons when they are invisible)
~ Use crates as shields from the fighter cat and man (but not the opponent!)
~ The fighter cat and man have varying velocities and starting positions for each round
~ Colliding with the fighter cat and man nudges the player toward the center of the screen
~ Hitting the wall restarts the round

What I want to add:
~ Adding AI smart characters (by implementing A* algorithm where the graph cells are converted to nodes and they're marked as walkable as the players traverse the map)
~ Enhancing UI by adding background and customized & animated pixel characters
~ Adding a pause and sound toggle button on the dashboard

Instructions for Setting Up to Play

Step 1: Install Processing
Download Processing: Visit the Processing website and download the appropriate version for your operating system (Windows, macOS, Linux).
Install Processing: Follow the instructions specific to your OS to install Processing on your machine.

Step 2: Download the Game
click on the Code button and select Download ZIP, or clone the repository using Git:

bash
git clone (https://github.com/iz0926/MeowMoo.git)
Extract the Files: If you downloaded the ZIP file, extract it to a location of your choice.

Step 3: Open and Run the Game
Navigate to the folder you just downloaded
Open the .pde file MeowMoo.pde
Press the play button in IDE

About

a fun 2-player game with obstacles, tokens, invisibility, spawning + more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0