Projects tagged ‘game’ and ‘simple’


Jump to tag:

Projects tagged ‘game’ and ‘simple’

Filtered by Project Tags game simple

Refine results Project Tags c (6) java (5) linux (4) engine (4) opengl (4) windows (3) 3d (3) network (3) lightweight (2) 2d (2) library (2) clean (2)

[22 total ]

3 Users

PVLE is a lightweight cross-platform game engine (real-time visualisation/simulation engine), using OSG (OpenSceneGraph) and ODE (OpenDynamicsEngine) among other well-known libraries. It is ... [More] cross-platform and written in C++. It differs from other engines in the way it uses existing code instead of re-inventing things, and because it does not hide underlaying libraries. [Less]
Created 12 months ago.

0 Users

!!! NOTE !!!The project will be discontinued from now on. Because sockets functionality has been included into my another library: ting Sockets will be available in ting release 0.3 and higher! sckt ... [More] introductionsckt is a simple lightweight cross platform C++ wrapper for sockets network API designed for games. The goal is to have simple, small and clean cross platform C++ network library. For example, current implementation of the lib consists of only 2 files: sckt.hpp and sckt.cpp and I hope the number of source files will not grow drastically as the project progresses :-). Platforms supportedlinux Windows (MinGW, MSVC) At the moment sckt can be compiled to shared lib (.dll or .so) in linux and Windows (MinGW or MSVC) systems. These are the two systems I tested the lib on. Library usageis simple. Refer to usage WiKi page for step by step tutorial. Bugs and requestsPlease feel free to submit any bugs found. This can be done here. Questions and feedbackPlease write me an email. Please feel free to post your questions or any feedback! Other librariesI also work on my threading C++ wrapper: ting [Less]
Created 12 months ago.

0 Users

This is going to hopefully turn into a big project for me, but it will probably not be too advanced compared to the games that are already out there. This is a text-based RPG (tbRPG).
Created 11 months ago.

0 Users

It's just the game of breakout implemented in C using SDL.
Created 3 months ago.

0 Users

Mini S.T.A.L.K.E.R is essentially an attempt at a simple 2D version of S.T.A.L.K.E.R: Shadows of Chernobyl. Of course, that was was a highly copmlex 3D game which is highly addictive, entertaining ... [More] and immersive (for me). I am but a 16 year old hobbyist C++ programer, so i'll be happy with anything resembling some gameplay. I intend to work fairly hard on this, even if I don't finish this in one go i'd like to keep coming back to it to carry on when I get the motivation! If anyone wants to contact me about this project you can find me spamming the internet at: irc dot dynastynet dot net, the channel: #Coding [Less]
Created 12 months ago.

0 Users

College and self-teaching project. Yet to be better described...
Created 12 months ago.

0 Users

Simple Rock, Paper, Scissors game written in C#. There must be rock.jpg, paper.jpg, and scissors.jpg in the same folder as the program file. The ones included were found with Google Images and I take ... [More] no credit for them. The name is RoPaSc because I had trouble finding a name that wasn't taken, see ROck, PAper, SCissors. [Less]
Created 3 months ago.

0 Users

Extremely Simple Battleship A Java implementation of a popular board game, Battleship. Two people can play each other by using the game client to connect to a server.
Created 12 months ago.

0 Users

This is a simple game structure
Created 11 months ago.

0 Users

Project SummaryGnat's Tetris Machine is a remake of Alexey Pajitnov's classic "Tetris" from 1985. Gnat's Tetris Machine is written in pure C, and makes use of the OpenGL API for 3D graphics, and SDL ... [More] for things like input and sound. It features a clean, commented, well structured C source code that can be used as a resource for learning how to program video games in C. Gnat's Tetris Machine was originally written by Nathaniel Sabanski. Gameplay TipsPoints multiply for clearing more than 1 row at a time. Large bonus for clearing 4 rows at a time (Pajitnov calls this a "Tetris"). See how many "Wanted Stars" you can get. If you manage to survive long enough, you may get to see the special Pepperidge Farms ending.* * There really is no "Pepperidge Farms" ending. [Less]
Created 9 months ago.