GithubHelp home page GithubHelp logo

hundredrabbits / hiversaires Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 10.0 1.04 GB

iOS Mobile Game

Home Page: http://wiki.xxiivv.com/hiversaires

License: Other

Objective-C 39.84% HTML 2.13% CSS 3.99% JavaScript 54.04%

hiversaires's Introduction

Hundred Rabbits

This repository is the sources for the Hundred Rabbits website. The website is written in C, and requires gcc to build. To rebuild the site, run the build script:

make run

Extras

  • Pull Requests are welcome.
  • The source code of 100r.co is licensed under MIT and the images, text and assets are licensed under BY-NC-SA 4.0. View individual licenses for details..

hiversaires's People

Contributors

dependabot[bot] avatar neauoire avatar rezmason avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hiversaires's Issues

Music doesn't resume on loading

Simple quick fix :

menuHome, at the end, just before

    [self audioVolume:100]; // Music

if( userProgress < 2) { [self musicPlayer:@"act1"]; }
if( userProgress == 2){ [self musicPlayer:@"act2"]; }
if( userProgress == 3){ [self musicPlayer:@"act3"]; }
if( userProgress == 4){ [self musicPlayer:@"act4"]; }
if( userProgress == 5){ [self musicPlayer:@"act5"]; }

Resumes music upon resuming ๐Ÿ‘

Ghost missing

The blue ghost does not seem to appear even though dots appear when a sighting should occur. (On the first "sighting" in the maze area, three dots appeared.)

Unexpected Zoom of Perspective

When you're approaching a door across the bridge in the final area, the view suddenly "zooms" for the last two steps. This zoom remains even when stepping back across the bridge - after two steps, it seems like you move backwards.

Images attached to show zoom effect when returning from the far end of the bridge (notice the first two images are fuzzy as if zoomed). A similar effect occurs when facing the handle in the second area (the studio?).
bug_far_end_of_bridge
bug_one_step_back
bug_two_steps_back

Incorrect View Through Door

When you look out of the entrance door of the "final" room, the view seen through the door does not match the actual view from the outside. Images attached to clarify.
bug_viewoutsidedoor
bug_viewthroughdoor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.