Giter Club home page Giter Club logo

pacman's Issues

build.sh fails on linux with sed error

When running the build.sh on linux, I got an error:

sed: -e expression #1, char 1: unknown command: `.'

I could fix it, with altering the second to last sed command by removing the space after the -i-switch like this:

from> sed -i '.bak' "s/last updated:[^<]*/last updated: $(date) -->/" index.htm

to  > > sed -i".bak" "s/last updated:[^<]*/last updated: $(date) -->/" index.htm

Links to "dossier" broken - is this alternate source the same document ?

The README contains a number of references to the "Pacman dossier" but the links are now broken.

I found this https://www.gamasutra.com/view/feature/132330/the_pacman_dossier.php?page=1 which could be the same document.

If it is I would be happy to change the links in the README and do a PR but, obviously, it would be best if someone who's familiar with the document could confirm it's the same thing. Can anyone confirm that ... or suggest a better source ?

what is the use of spritesheet.png?

I noticed that the graphics are drawn using code in the game, my questions are
What is the use of the spritesheet.png file?
And how may I edit the graphics in the game, change player character and ghost charecters?

Thank you so much, very clean and well done work!

Touch swipe doesn't do anything

  • Open pacman on Morph (based on Qt WebEngine) mobile web browser
  • tap on a version of the game
  • tap on play
  • On start of the game swipe to control pacman

Expected: control pacman
Current behaviour: pacman goes to the left and stops

imatge

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.