GitXplorerGitXplorer
c

code-fighter

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cdff6de6696817ee150a677379bb95cd31631ac4

Fixed linting issues.

committed 8 years ago
Unverified
df42962aa8b8112490d98a9f1338eaeddcf9010a

Added latest build to readme; updated package with proper main file.

committed 8 years ago
Unverified
e1e0e8cbfc5ee1678c66ac191bf5361312c963e2

Merge pull request #13 from codealchemist/connection-guid

ffjn2 committed 8 years ago
Unverified
41efffa9f0fb4f4e95f74d7d0bb547423d34eb6c

Sending guid and color to server when updating user code; connection can now be started on Server view.

committed 8 years ago
Unverified
4d18be2b30ffd3af8a12a48370edc4e2ff6af9af

Merge pull request #12 from codealchemist/color-picker

ccodealchemist committed 8 years ago
Unverified
8d1b0d31dbed7a715f830bff3a3721d73af7b9dd

fixed styling issues

committed 8 years ago

README

The README file for this repository.

code-fighter

Fight against other developters commanding your hero with JavaScript!

Build Status

Latest build

https://code-fighter-vslxcthvfh.now.sh

Notes

code-fighter is work in progress! This is the first sketch on the idea. We still need to think about lots of stuff.

TODO

  • Think about loading your player (the algorithm that fights aginst other players).
  • Think about selecting oponents.
  • Think about having multiple maps / games.
  • Think about a limited API to be exposed to players.
  • Count points.
  • Add different kinds of attacks and defenses.
  • Add level bots, obstacles, resources.

Build

npm run build

Run

Development mode:

npm run dev

Production mode (will start latest build):

npm start

Test

npm test

Focused linting

npm run lint-focus

Screenshots

screenshot

screenshot