이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Dinosaur Game

설명

This plugin lets you add the dinosaur game from Google Chrome onto your WordPress site.

To use it, install the plugin, and use the [dinosaur-game] shortcode wherever you’d like the game to appear.

How to play

  • Jump to start a game.
  • The object of the game is to run as far as possible. Enemies and obstacles will try to block your path.
  • Use the space bar or up key on your keyboard to jump over them. The down key lets you crouch. On mobile, tap on the game area to jump.

스크린샷

  • A demo of the dinosaur game in a post.
  • The dinosaur game works on all screen sizes.

FAQ

Can I change how the game looks?

Yes! The HTML markup of the game has classes that make it easy to apply CSS to them. If you like playing with game files, you can also swap out the spritemap with your own by editing the game-sprites-1x.png and game-sprites-2x.png files.

Can I use this on a 404 page or another template file?

Yes! In fact, you can put this game anywhere on your site that you can put a shortcode. Inside post/page content you can use [dinosaur-game]. In a PHP template file you can use:

<?php echo do_shortcode('[dinosaur-game]'); ?>

I don’t see the game showing up. What should I do?

  • If you see the message “The dinosaur game can only be used once per page.” then that means the page is trying to show the shortcode more than once. Since the game binds to keys (up, down, and spacebar) it wouldn’t work well with multiple instances of the game on a single page. So this game only runs once per page or post.
  • If you don’t see an error message, and the shortcode still isn’t working, check your PHP error log or turn on debug mode to see if another plugin or theme is interfering with this plugin.

Also feel free to ask a question on the WordPress.org support forum.

후기

2021년 10월 9일 1 reply
This is what i was looking for a very lonnnnnnnnng time! Finally,I've found it. It's work properly. So Awesome!
모든 11 평가 읽기

기여자 & 개발자

“Dinosaur Game”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Dinosaur Game”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.7

  • Makes it easier to redefine plugin resources so another plugin could specify custom js, css, or game sprites.

1.0.6

  • Solves a problem with full page caching.

1.0.5

  • Solves a compatibility issue with the plugin Lazy Load by Mohammad Jangda.

1.0.4

  • Solves a compatibility issue with Jetpack Photon CDN.

1.0.3

  • “The dinosaur game can only be used once per page.” checking is now done within the shortcode rather than using CSS, and works much better.

1.0.2

  • The game’s CSS is now slightly more portable.
  • This release fixes compatibility issues with a number of image lazy load plugins including:
    • Crazy Lazy
    • EWWW Image Optimizer
    • Lazy Load by WP Rocket
    • Lazy Loader
    • Native Lazyload
    • Smush Image Compression and Optimization (wp-smushit) by WPMU DEV
    • WP-Optimize Premium – Clean, Compress, Cache

1.0.1

  • Solves a compatibility issue with the a3 Lazy Load plugin.

1.0.0

  • Initial release.