In the past few years, we have been relying on Newsgames to teach our students the basics of Serious Game Design.
Newsgames are a good way to motivate students. First, anyone can have something to say about what is going on in the world. But Newsgames are also small and short games that can be created in very limited time and with very limited skills. Most of out students are not skilled at all in programming, graphics or even game design. But by using tools such as The Games Factory 2, they can build very interesting game in about 3-4 days.
Here are some Newsgames created by our students this year:
In L'échapée belle, you play as the captain of the Concordia ship, and must escape from your sinking boat.
La croisière s'échoue is based on the same news, but this time you'll have the choice to save some passengers. But the time you spend rescuing people may be the time you'll need to save your own life...
Pirates VS FBI VS Sharks is an humourous game about the FBI closing MegaUpload. You'll have to go to Hong-Kong and infiltrate MegaUpload's datacenter in order to rescue your data without being caught by the FBI.
MegaGame is also related to MegaUpload. This time, you play as Kim Dotcom and his colleagues, and must try to win money without being caught by the FBI.
Last but not least, 2012 - The Game is a satirical game about the fear of the world ending in december 2012.
Among the numerous functionalities featured on Twitter, one of coolest is the ability to display our own tweets on your blog. A very nice official widget can be used to do this, as we are doing on this blog.
However, customization options offered by this widget are quite limited. For example, it is not possible to modify the size of the text used to display tweets. After spending a long time seeking for a solution to this problem, I'd like to share the most efficient one I found: the modification of some CSS classes related to the widget.
While the official documentation doesn't tell about it, you can customize the display of the widget by modifying the CSS class ".twtr-tweet-text". For example, if you add this code to your CSS stylesheet, you'll reduce the text size inside the widget:
.twtr-tweet-text {
font-size: 0.9em;
}
In a similar way, you can hide the huge logotitle with the following style:
.twtr-hd {
display: none;
}
Last but not least, as you are going to display your own tweets on your own blog, you certainly don't need to display your twitter username before each tweet. The following style will hide the username for you:
.twtr-user {
display: none;
}
Here is for a few twitter widget customisation tricks. And by-the-way, if someone finds a way to hide the hashtags inside the widget, I'll be very happy to hear the solution...
In order to celebrate the third birthday of this website, we decided to upgrade it up with some nice features:
We hope you will enjoy this upgraded website, and we hope to see you soon on this blog!