All Projects → PsychoLlama → connect-four

PsychoLlama / connect-four

Licence: other
Connect-4 web game

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to connect-four

leafblower
Play Cards Against Humanity online with friends!
Stars: ✭ 29 (+7.41%)
Mutual labels:  multiplayer
OpenTrivia
Multiplayer quiz game demo using React and Opentdb API
Stars: ✭ 47 (+74.07%)
Mutual labels:  multiplayer
PintarJS
Micro JS lib for direct WebGL and canvas rendering.
Stars: ✭ 15 (-44.44%)
Mutual labels:  web-game
mine.js
🌏 A voxel engine built with JS/TS/RS. (formerly mc.js) (maybe mine.ts? or even mine.rs?)
Stars: ✭ 282 (+944.44%)
Mutual labels:  multiplayer
Carcassonne
A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
Stars: ✭ 70 (+159.26%)
Mutual labels:  multiplayer
fourinarow-app
An online version of the popular game four in a row, written in Flutter + Dart on the client and Rust on the server side.
Stars: ✭ 23 (-14.81%)
Mutual labels:  multiplayer
RavEngine
A fast, easy to use C++20 3D game library for modern computers
Stars: ✭ 122 (+351.85%)
Mutual labels:  multiplayer
pocketplace
🎆 Draw pixels on a canvas with friends.
Stars: ✭ 82 (+203.7%)
Mutual labels:  multiplayer
westiny
This is a multiplayer topview western sandbox game written in rust. Under development.
Stars: ✭ 15 (-44.44%)
Mutual labels:  multiplayer
santa-inc
🎅 세계를 선도하는 글로벌 기업 (주)산타
Stars: ✭ 48 (+77.78%)
Mutual labels:  web-game
freeciv21
Freeciv for the 21st century
Stars: ✭ 56 (+107.41%)
Mutual labels:  multiplayer
RiptideSampleFPS
Sample FPS project using RiptideNetworking, and source code for the Riptide tutorials.
Stars: ✭ 80 (+196.3%)
Mutual labels:  multiplayer
VXA-OS
Most complete and secure free 2D online game creation tool from RPG Maker.
Stars: ✭ 14 (-48.15%)
Mutual labels:  multiplayer
phaser3-multiplayer-game-example
Phaser 3 multiplayer game example using geckos.io
Stars: ✭ 114 (+322.22%)
Mutual labels:  multiplayer
godothub
Multiplayer and network messaging for Godot.
Stars: ✭ 19 (-29.63%)
Mutual labels:  multiplayer
Cartographer
Persistent multiplayer map of pins and stories.
Stars: ✭ 43 (+59.26%)
Mutual labels:  multiplayer
connect4
🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
Stars: ✭ 18 (-33.33%)
Mutual labels:  connect-four
HKMP
Hollow Knight Multiplayer
Stars: ✭ 151 (+459.26%)
Mutual labels:  multiplayer
sdk-for-unity
SpatialOS SDK for Unity
Stars: ✭ 49 (+81.48%)
Mutual labels:  multiplayer
UniSpySDK
Updated and Cleaned GameSpy SDK
Stars: ✭ 31 (+14.81%)
Mutual labels:  multiplayer

C4

A fancy, real-time game using gunDB and React

This game is deployed on Heroku, and you can play it live here.

Travis branch David

Issues

Found a bug or have an idea? Submit it!

Installing

If you want to try the game locally, here's how:

You'll need Node.js installed first.

Clone this repo and install it's dependencies:

# clones the repo
git clone https://github.com/PsychoLlama/connect-four.git

# move into the newly created folder
cd connect-four

# install the dependencies
npm install

Now you can start the server locally by running

# or any port of your choice
npm start 8080

Now the game should be accessible by going to http://localhost:8080 in a browser.

Optional:

If you want to edit the code, you'll need to run the build first. Kick it off with this:

npm run build

Now any changes you make should show up after refreshing your browser (no fancy hot-swapping 😭).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].