public marks

PUBLIC MARKS from bcpbcp with tag "explicação introdutória"

March 2006

HGE - GPWiki

Explicaçao e tutoriais sobre a HGE. According to hge.relishgames.com, HGE (Haaf's Game Engine) is a "an easy to use yet powerful hardware accelerated 2D game engine. It is a full featured middleware for all who want to develop commercial quality 2D games rapidly and easily." It is built upon DirectX8, but no knowledge of DirectX programming is necessary, just familiarity with C++.

Tableless - Ajax Demo

Ajax é a sigla para "Asynchronous Javascript and XML". Se você entende inglês, pode ler uma excelente explicação do assunto no artigo de Jesse James Garrett: Ajax: A New Approach to Web Applications. Não é uma coisa nova, e eu já falei um pouco sobre isso no meu blog. A idéia é utilizar Javascript para transformar suas páginas em aplicações, de modo que não precise recarregar a tela cada vez que o usuário clicar em alguma coisa. Você pode recarregar apenas a área que precisa ser alterada pela ação realizada.

February 2006

Making An RSS Feed

by 3 others (via)
RSS is a method of distributing links to content in your web site that you'd like others to use. In other words, it's a mechanism to "syndicate" your content. To understand syndication, consider the "real world" situation where artist Scott Adams draws a daily Dilbert cartoon. The cartoon is made available to any newspaper that cares to run it, in exchange for a fee -- and 2,000 papers in 65 countries do so. Unlike Scott Adams, syndication of web content via RSS is unlikely to make you rich. However, it can be an easy way to draw attention to your material, bringing you some traffic and perhaps a little net fame, depending on how good your information is.

BulletML - Wikipedia, the free encyclopedia

BulletML, or Bullet Markup Language, is an XML-based markup language used to define firing patterns of the enemies in 2D shoot 'em up games. It was created by Kenta Cho and is used in a variety of freeware games, such as the abstract shooters rRootage and Warning Forever.

A PyGame Working Example: Starting a Game

In PyGame for Game Development, I showed you the very basics of PyGame's graphical side. However, creating a game with PyGame requires a bit more. All the concepts described before need to be glued together somehow, and new concepts will need to be introduced in order to create a functional game. In this article, we'll do just that by tackling a working example of PyGame's capabilities—a Python-powered game.

January 2006

Music video game - Wikipedia, the free encyclopedia

A music video game, also commonly known as a music game, rhythm action game, or rhythm game, is a type of video game where the gameplay is oriented almost entirely around the player's ability to follow a musical beat and stay with the rhythm of the game's soundtrack. Since the game play for this type of game is largely aural rather than visual, this type of game is similar to audio games. However, music games generally require a visual component as well.

Olhar Digital - Uma nova visão da tecnologia

Vídeo sobre empresas de games e o seu processo de trabalho. Não consegui distinguir qual é a empresa.

November 2005

no mínimo | .Comportamento | Web 2.0 molda a nova internet

'Mas, como tudo caminha em ciclos, uma hora esse suposto marasmo haveria de dar lugar à retomada do desenvolvimento. Assim, alguns pensadores digitais começaram a definir parâmetros para delimitar melhor essa evolução, chamando este novo estágio da internet de web 2.0. O termo partiu de Dale Doughrty, vice-presidente da O’Reilly Media (http://www.oreillynet.com), respeitada companhia do segmento de tecnologia, e já está amplamente difundido no meio virtual. Por sinal, “Web 2.0 Conference” (http://www.web2con.com) é o nome do evento da atualidade mais conceituado para a discussão de novas tendências da web, fruto justamente dos conceitos de Dale e Tim O`Reilly – presidente da firma que leva o seu sobrenome."

Issues when working with AJAX (Mercurytide)

by 2 others (via)
"AJAX, or asynchronous Javascript and XML, is one of those buzz-words causing much excitement among the web-savvy. As a method of quietly communicating with a server it allows web sites to act more like traditional applications, and is an integral part of the web 2.0 methodology. It plays an important role in Flickr, Google Maps, and Backpack, among others."

O virtual é cada vez mais real | no mínimo | Reportagem

Um fen�meno da Internet dos dias de hoje, os MMORPGs (do ingl�s Massive Online Multiplayer Role-Playing Games - ou jogos de interpreta��o on line e massivos para m�ltiplos jogadores) permitem que milhares de jogadores criem personagens em um mundo virtual din�mico e persistente que continua evoluindo mesmo que, em algum momento, nenhum jogador esteja conectado a ele. Para ter acesso a um dos servidores que hospedam esses mundos, normalmente � preciso pagar uma taxa mensal, apesar da distribui��o do jogo em alguns casos ser gratuita.

October 2005

The Mouse Whisperer - Ajax (XMLHTTPRequest) Tutorial

by 2 others
Page update without refresh using Javascript, PHP and XML's XMLHTTPRequest object (also known as 'remote scripting')