Skip to content

benlind/capy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Capy Game

Play it live!

To Do

  • Add mobile support (clickable controls at bottom): https://stackoverflow.com/questions/9880279/how-do-i-add-a-simple-onclick-event-handler-to-a-canvas-element
  • Simplify score-keeping by only tracking the number of snakes you kill
  • Add mute button
  • oranges are used as throwing weapons after you collect them
    • minigame where you try to balance oranges on your head
  • More enemies
    • anacondoodads
    • panthers
    • ocelots
    • eagles
  • High score list
  • Don't allow jumping while falling
  • Update jumping to change height depending on how long you hold the jump button

Deployment

To deploy, upload public/ to a web server. In order to get my server to give a JS MIME type to .mjs files I had to add an .htaccess file with this content:

<IfModule mod_mime.c>
  AddType text/javascript js mjs
</IfModule>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published