Econova is a mobile business simulation game focused on the energy transition and reducing CO₂ emissions. Players collect funds, invest in green projects, and transform the economy towards sustainability.
- Tap to collect donations and fund projects.
- Invest in initiatives that reduce carbon emissions.
- Develop clean energy and waste management solutions.
- Manage resources to balance economic growth and environmental impact.
- React Native (Expo) – Cross-platform mobile development.
- NativeWind – TailwindCSS for styling in React Native.
- JavaScript/TypeScript – Core programming languages.
- Clone the repository:
git clone https://github.com/yourusername/econova.git cd econova - Initialize Expo inside the existing directory:
npx create-expo-app@latest . - Install dependencies:
npm install nativewind tailwindcss
- Configure Tailwind:
Update
npx tailwindcss init
tailwind.config.js:module.exports = { content: ["./App.{js,jsx,ts,tsx}", "./screens/**/*.{js,jsx,ts,tsx}", "./components/**/*.{js,jsx,ts,tsx}"], theme: { extend: {} }, plugins: [], };
- Enable NativeWind in
app.json:"plugins": ["nativewind/babel"]
Start the Expo development server:
npx expo startScan the QR code with the Expo Go app on your mobile to test the game.
Feel free to submit issues, feature requests, or contribute via pull requests!
MIT License. See LICENSE for details.